kratos-selfservice-ui-react-nextjs
kratos-selfservice-ui-react-nextjs copied to clipboard
A full reference implementation for designing your own login, registration, recovery, verification, ... pages using Ory Kratos' APIs.
Node 18 changed the lookup order for `localhost` to prefer IPv6 over IPv4 (see https://github.com/nodejs/node/issues/40537). Expo seems to only bind to IPv4 for now, which results in `ECONNREFUSED` errors when...
If I understand correctly, `useEffect` without any dependencies will be fired on each rerender. If that's the case then we would do unnecessary calls to Kratos, because `useEffect` will be...
Currently I can only reach the registration page If A session isn't there or not logged in. I would like to be able to work with registration even when I'm...
An implementation where you can login to an account, request to login to another account without logging out and then have an account switcher like Google accounts in a single...
It would be cool to update the example and go for the `app` variant
Kratos can for some time now natively integrate to Hydra. But it is still not easy to understand what has to be done. We could try to take a look...
In this reference React/NextJS implementation the configured overrides `default_browser_return_url` are not used. ``` registration: lifespan: 10m ui_url: http://127.0.0.1:3000/registration after: default_browser_return_url: http://127.0.0.1:3000/registration/activation ``` In a registration flow the redirect at the...