Skip to content

1.1.1

Compare
Choose a tag to compare
@joshangell joshangell released this 05 Jun 13:32
· 8 commits to master since this release

Added

  • Added referer matching to the silent login. This covers the situation where the client is logged in to Auth0 from another application than ours - you can pass the domain of that application in as the referrer and it will then auto-redirect to the Auth0 login URL, which in turn will redirect back to our site and log them in: {% do craft.auth0.silentLogin(someapp.com) %}