Simon Willison: TILs on auth0

Atom feed for auth0

auth0 Logging users out of Auth0 - 2022-04-03

If you implement Auth0 for login, you may be tempted to skip implementing logout. I started out just with a /logout/ page that cleared my own site's cookies, ignoring the Auth0 side of it. …

auth0 Simplest possible OAuth authentication with Auth0 - 2022-03-26

Auth0 provides an authentication API which you can use to avoid having to deal with user accounts in your own web application. …