v0.5.0 (2019-10-14)
- Added support for custom authorization parameters in the Login handler
v0.4.0 (2019-10-10)
- Rename the
httpClienttooidcClientsetting to support more OIDC related settings. - Added support for
id_tokenleeway for when the time on your server is running behind on Auth0. - Improve handling of
Securecookies. Don't forceSecurecookies when running on localhost (to fix issues related tonext start)
v0.3.0 (2019-10-09)
- Fixed issue related to
audiencenot being passed to the/authorizerequest - Rename
useAuth0toinitAuth0to clear any confusion about React Hooks (this SDK does not provide a hook) - Added a new handler to require authentication on API routes.
v0.2.0 (2019-09-25)
- Added support for
storeRefreshTokento persist therefresh_tokenin the session - Added prettier
- Removed the need build time configuration
v0.1.0 (2019-09-17)
Initial release.