Dan M.
Dan M.
When I start my Next.js app, I receive this warning: ``` warn - Invalid next.config.js options detected: [ { "instancePath": "", "schemaPath": "#/additionalProperties", "keyword": "additionalProperties", "params": { "additionalProperty": "lessVarsFilePath" },...
Just wondering if anyone has created typescript typings for this project. I was surprised such a popular library didn't have a `@types/epilogue` package on npm.
Whenever Gastby generates my site, I get this error: > warn Non-deterministic routing danger: Attempting to create page: "/auth/callback/", but page "/auth/callback" already exists This could lead to non-deterministic routing...
Partially addresses #202.
- New signup method brings up auth page defaulted to signup rather than login scenario. - Uses `screen_hint` option of `auth0.authorize` method (see [universal login docs](https://auth0.com/docs/universal-login/new?_ga=2.102997824.1917859132.1589605344-57314141.1581297212#signup)).
Allows client to support scenario where use is logged in and wants to change their password. From Auth0's perspective, this is the same as a password reset, but from the...
Let's say you have a page that calls `useAuth()`, then you have some components on that page that perform queries or fetches and also need to call `useAuth()`. Could this...
Has anyone made a TypeScript version of the [node tutorial](https://www.fullstackreact.com/articles/using-create-react-app-with-a-server/) referred to in the README? If not, this would be a great companion to this project. (Also, I realize the...
Any chance we can get all .env.* files (like .env.development, env.production, .env.local, .env.local.development, etc.) to show the same cog wheel icon in the file explorer as files named .env? This...
I'm not seeing any typings for this project. Any plans in the works to provide one? I had put together a [typings file](https://gist.github.com/devuxer/48e3db113e057edd58acfe78c9b7e28a) for epilogue. Would that be a straightforward...