Mirror of goauthentik/authentik@github.com - Open-source identity platform
Go to file
Jens Langhammer 69ee18e13d Merge branch 'master' into new-forms
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>

# Conflicts:
#	Pipfile.lock
#	authentik/api/decorators.py
#	authentik/core/api/applications.py
#	authentik/core/api/users.py
#	authentik/events/api/event.py
#	authentik/events/api/notification_transport.py
#	authentik/flows/api/flows.py
#	swagger.yaml
2021-03-30 10:26:18 +02:00
.github web: use API as dedicated module 2021-03-16 21:32:39 +01:00
authentik Merge branch 'master' into new-forms 2021-03-30 10:26:18 +02:00
helm Static SPA (#648) 2021-03-22 13:44:17 +01:00
lifecycle
outpost outposts: fix docker image not having correct tag 2021-03-23 18:31:26 +01:00
scripts root: fix branch Name extraction to work on non PRs 2021-02-28 14:24:16 +01:00
tests Merge branch 'master' into new-forms 2021-03-30 10:26:18 +02:00
web Merge branch 'master' into new-forms 2021-03-30 10:26:18 +02:00
website docs: add integration docs for minio 2021-03-29 14:51:33 +02:00
xml
.bumpversion.cfg root: add nginx to bumpversion 2021-03-17 20:38:13 +01:00
.dockerignore
.editorconfig
.gitignore
Dockerfile admin: include git build hash in gh-* tags and show build hash in admin overview 2021-03-16 14:42:01 +01:00
LICENSE
Makefile root: update linters, remove prospector 2021-03-22 19:52:51 +01:00
Pipfile Merge branch 'master' into new-forms 2021-03-30 10:26:18 +02:00
Pipfile.lock Merge branch 'master' into new-forms 2021-03-30 10:26:18 +02:00
README.md root: optimise images 2021-03-20 23:35:05 +01:00
SECURITY.md tests: use dex from ghcr 2021-03-22 22:27:57 +01:00
azure-pipelines.yml ci: fix missing isort 2021-03-23 18:28:23 +01:00
docker-compose.yml Static SPA (#648) 2021-03-22 13:44:17 +01:00
manage.py
pyproject.toml build(deps-dev): bump pylint from 2.7.2 to 2.7.3 (#674) 2021-03-30 10:05:14 +02:00
pyrightconfig.json
swagger.yaml Merge branch 'master' into new-forms 2021-03-30 10:26:18 +02:00

README.md

authentik logo


CI Build status Tests Code Coverage Docker pulls Latest version LGTM Grade

What is authentik?

authentik is an open-source Identity Provider focused on flexibility and versatility. You can use authentik in an existing environment to add support for new protocols. authentik is also a great solution for implementing signup/recovery/etc in your application, so you don't have to deal with it.

Installation

For small/test setups it is recommended to use docker-compose, see the documentation

For bigger setups, there is a Helm Chart in the helm/ directory. This is documented here

Screenshots

Light Dark

Development

See Development Documentation

Security

See SECURITY.md