Skip to content
/ kratos Public
forked from ory/kratos

Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace Homegrown, Auth0, Okta, Firebase with better UX and DX. Passkeys, Social Sign In, OIDC, Magic Link, Multi-Factor Auth, SMS, SAML, TOTP, and more. Runs everywhere, runs best on Ory Network.

License

Notifications You must be signed in to change notification settings

SPHTech/kratos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Kratos (Fork) – Internal README

This is our maintained fork of Ory Kratos. We keep a tight control over what we ship and when we ship it.

Goals

  • Manage our own Docker image builds
  • Selectively include upstream changes
  • Add fork-specific changes when needed

Upstream

  • Source: https://github.com/ory/kratos
  • Sync policy: Periodic manual sync; we may cherry-pick or defer changes

Docker images

  • CI builds/pushes are handled by .github/workflows/build-push.yml.
  • Local build/push:
make docker
# or
docker build -f .docker/Dockerfile-alpine -t <your-registry>/kratos:<tag> .
docker push <your-registry>/kratos:<tag>

Documentation

  • Upstream product docs and API: see https://www.ory.sh/kratos/docs/.
  • We archived the original upstream README at docs/UPSTREAM-README.md.

Contributing

  • Open fork-specific PRs here. When appropriate, also contribute upstream.

About

Headless cloud-native authentication and identity management written in Go. Scales to a billion+ users. Replace Homegrown, Auth0, Okta, Firebase with better UX and DX. Passkeys, Social Sign In, OIDC, Magic Link, Multi-Factor Auth, SMS, SAML, TOTP, and more. Runs everywhere, runs best on Ory Network.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 90.6%
  • TypeScript 8.2%
  • Shell 0.6%
  • JavaScript 0.3%
  • Makefile 0.2%
  • Jsonnet 0.1%