gatsby-theme-auth0
gatsby-theme-auth0 copied to clipboard
🔐 A Gatsby Theme for adding Auth0 to your application.
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.12.0 to 17.0.1. Release notes Sourced from react's releases. 17.0.0 (October 20, 2020) Today, we are releasing React 17! Learn more about React 17 and how to...
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.12.0 to 16.14.0. Release notes Sourced from react-dom's releases. 16.14.0 (October 14, 2020) React Add support for the new JSX transform. (@lunaruan in #18299) 16.13.1 (March 19,...
Bumps [acorn](https://github.com/acornjs/acorn) from 6.2.0 to 6.4.2. **This update includes security fixes.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Moderate severity vulnerability that affects acorn, minimist, and svjsl There...
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.0 to 1.18.1. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Denial of Service in http-proxy Versions of http-proxy prior...
1. Visit [the demo](https://gatsby-theme-auth0.netlify.com/) 2. Click the LOGIN button, then the Sign up tab in the Auth0 interstitial 3. Sign up with email/password The flow gets stuck at the callback...
Bumps [dot-prop](https://github.com/sindresorhus/dot-prop) from 4.2.0 to 4.2.1. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Prototype Pollution in dot-prop Prototype pollution vulnerability in dot-prop...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...
Currently logging out always takes you to `window.location.origin`, and this is hardcoded on the auth service so there's no way of customising it. This PR allows you to supply configuration...
This small change addresses #150 by not calling checkSession() unnecessarily. ## Before `checkSession()` called from every `useAuth()`. Led to #150. In a typical Gatsby app, this led to many requests...
I've trying with Cypress to test a Gatsby using this theme. After getting a JWT programmatically from Auth0, I'm storing storing that in localStorage per [this Cypress recipe](https://github.com/cypress-io/cypress-example-recipes/blob/master/examples/logging-in__jwt/cypress/integration/spec.js#L6-L28). Initially, [`{...