credentials authentication without 3th parties (mysql)
Unanswered
Chinese Alligator posted this in #help-forum
Chinese AlligatorOP
Does anyone have an example (on maybe github) on authentication without 3rd parties, with credentials on a self hosted mysql db using nextjs?
4 Replies
It is as same as working with express with custom auth
Use jwt and bcrypt
I created this few months go and it uses pages router but it shouldn't be much diff