Next 14 + NextAuth
Unanswered
Mini Satin posted this in #help-forum
Mini SatinOP
Does anyone have any example on this? If so, how to implement credential login but saving on the database. I am using firebase adapter
10 Replies
@Mini Satin Does anyone have any example on this? If so, how to implement credential login but saving on the database. I am using firebase adapter
credential login can only use jwt strategy
@Ray credential login can only use jwt strategy
Mini SatinOP
Ive seen an example where it changed the schema to saev on the db
and it was working
Mini SatinOP
I am receiving this error when tryingto signIn with credentials
Mini SatinOP
Seem like my error is because it is entering the function of Api routes not route handler, does anyone knows how to use the another function?
Mini SatinOP
anyone?