Is next auth a good fit for seperate custom backend issuing tokens? #3030
-
I've got an ASP.NET Core Web API with endpoints for issuing and refreshing tokens. I'm trying to figure out if next auth is a good fit for this. This is what I've got so far. Not quite working yet. |
Beta Was this translation helpful? Give feedback.
Answered by
balazsorban44
Oct 26, 2021
Replies: 1 comment 2 replies
-
hi, this is how any of the OAuth providers work, so yes. you might want to look into a framework like IdentityServer https://duendesoftware.com/ that gives YOU an openid connect compliant Identity Provider, rather than building your own solution, especially if you don't have the resources/expertise in auth |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
lindeberg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi, this is how any of the OAuth providers work, so yes. you might want to look into a framework like IdentityServer https://duendesoftware.com/ that gives YOU an openid connect compliant Identity Provider, rather than building your own solution, especially if you don't have the resources/expertise in auth