Home

Awesome

refinery-entry Build Status

refinery repository

Login and registration screen for refinery. Implemented via Ory Kratos.

If you like what we're working on, please leave a ⭐ for refinery!

<details> <summary>See Ory Kratos user interface reference implementation</summary>

Ory Kratos ReactJS / NextJS User Interface Reference Implementation

This repository contains a reference implementation for Ory Kratos' in ReactJS / NextJS. It implements all Ory Kratos flows (login, registration, account settings, account recovery, account verification).

If you only want to add authentication to your app, and not customize the login, registration, account recovery, ... screens, please check out the Ory Kratos Quickstart.

To learn more about using this app, how it is built, and how to customize it head over to the accompanying blog post which will be released soon!

The app itself you can see live at kratos-reference-ui-react-nextjs.vercel.app.

<br />

Usage

<br />

Environment

This application can be configured with the following environment variables (refer to the NextJS documentation to learn how to configure the application):

Example .env.local:

ORY_SDK_URL=http://localhost:4433/
<br />

Running Locally

The quickstart documentation guides developers to use port 4455 for the self-service UI. By default, NextJS uses port 3000. Use the -p or --port option of the next dev / next start commands to set the port number:

npm run dev -- -p 4455