So I've been spending a bit of time using and exploring Auth0 to handle my login flow for users. I have used it on touroperator.io So now it's up and running I want to look at what kind of…
Auth0
A collection of 3 posts
Getting a users information from Auth0
Last time around we added Auth0 to a project to handle our login and signup. You can see that post here With Auth0 handling our login and signup we want to connect to Auth0 and get the user information. Source…
Using Auth0 to control Authentication in .Net Core 2.2
Auth0 provides universal authentication and authorization for your application, you can see more about them here. I've used Auth0 a few times and always found it a really good fit for authentication. There can be a lot of coding to…