awesome-react icon indicating copy to clipboard operation
awesome-react copied to clipboard

OAuth2 libraries?

Open jestrickler opened this issue 3 years ago • 2 comments

What about authentication/authorization libraries? This seems like something many developers would need to tackle, but I have trouble gauging the most popular solutions for this issue, and the information seems muddied by backend providers. I personally used AppAuth.js for our last project, just due to some familiarity with AppAuth-Android. Some other libraries that showed up in Google search and sparked some interest:

@react-keycloak/web (keycloak is our backend auth solution) @auth0/auth0-react (seems popular, but is this based on backend popularity?) react-auth-kit

jestrickler avatar Apr 28 '22 16:04 jestrickler

Thats wonderful idea. Please add them. I have something similar called useAuth

karesztrk avatar Apr 28 '22 16:04 karesztrk

@jestrickler FYI https://github.com/enaqx/awesome-react/pull/1302

karesztrk avatar May 05 '22 04:05 karesztrk

Auth0 and similar auth providers are not specific to React.

enaqx avatar Apr 20 '23 19:04 enaqx