Skip to content

Nipsuli/kratos-react

Repository files navigation

kratos-react

Just playing around with ORY Kratos and react.

Requirements:

Setup:

./setup.sh

How to run:

  1. start Kratos and friends with docker-compose up
  2. start react app in ./web-app directory with npm start
  3. use https://app.nipsuli.dev/

Kratos setup is mainly based on the quick start.

What works:

  • sign up
  • login
  • logout
  • settings
  • fetching current user
  • https locally
  • bakend routed via ory oathkeeper (in dev also frontend to run with same certs easily)
  • simple api testing auth / token stuff
  • recovery flow
  • email verification flow
  • google login