You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've looked everywhere for a simple authentication sample, and this is the best I found! Thanks a million. I am new to next.js, so I need a little guide on how to use this sample.
How am I supposed to actually authenticate? Am I supposed to, for instance, use something like unfetch in the AuthService.js to perform an actual authentication? If that is the case, then createJWT method is not usable in such a scenario right?
Kindly advice me on how to actually connect this and authenticate using a separate authentication service/API.
Thank you
The text was updated successfully, but these errors were encountered:
I've looked everywhere for a simple authentication sample, and this is the best I found! Thanks a million. I am new to next.js, so I need a little guide on how to use this sample.
How am I supposed to actually authenticate? Am I supposed to, for instance, use something like unfetch in the AuthService.js to perform an actual authentication? If that is the case, then createJWT method is not usable in such a scenario right?
Kindly advice me on how to actually connect this and authenticate using a separate authentication service/API.
Thank you
The text was updated successfully, but these errors were encountered: