Top "Auth0" questions

For questions relating to the integration with Auth0 services and/or SDK's. Auth0 is a cloud or on-premises authentication and authorization service provider that lets you easily and quickly connect your apps, choose identity providers, add users, set up rules, customize your login page and access analytics from within your Auth0 dashboard.

RS256 vs HS256: What's the difference?

I'm using Auth0 to handle authentication in my web app. I'm using ASP.NET Core v1.0.0 and Angular 2 rc5 and …

jwt auth0 asp.net-core-webapi
Header in the response must not be the wildcard '*' when the request's credentials mode is 'include'

I'm using Auth0 for my user authentication to only allow logged in users to access a Spring (Boot) RestController. At …

java spring angular auth0 sockjs
OAuth 2.0 vs Auth0

What is the difference between OAuth 2.0 and Auth0? Which one should I use to develop the authentication system?

oauth-2.0 auth0
java-jwt with public/private keys

Auth0 provides two JWT libraries, one for Node: node-jsonwebtoken, and one for Java: java-jwt. I created the private/public key …

java jwt auth0
What is the difference between Firebase auth and Auth0 authentication

How does http://auth0.com's authentication features compare to Firebase's authentication? Does Auth0.com, on the Free or Silver plan, …

firebase-authentication auth0
Laravel Passport vs JWT vs Oauth2 vs Auth0

Confusion about API auth types in Laravel? I'm currently learning how to create an API in Laravel and I found …

laravel oauth-2.0 jwt auth0 laravel-passport
how to generate AndroidManifest.xml from a react-native app created with react-native init

I used react-native init to create my react application. I'm trying to tie in auth0 and auth0 documentation is saying …

android reactjs native auth0
Auth0 callback URL mismatch

I am doing LinkedIn authentication with auth0 in a react app. I have set localhost:3000/upload in callback urls in …

authentication reactjs auth0 social-authentication
CSRF protection with JSON Web Tokens

I read that when using JWT, there is no need to protect against CSRF attacks, for instance: "since you are …

local-storage csrf jwt auth0
AWS API Gateway authentication error IncompleteSignatureException using JWT with Auth0

Where I'm At I'm currently working through setting up Auth0 delegated authentication for AWS API Gateway. I've followed the documentation …

amazon-web-services jwt aws-api-gateway auth0