authentik fork
This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
dependabot[bot] 17de0ff24e
build(deps): bump django from 3.1.7 to 3.2 (#707)
* build(deps): bump django from 3.1.7 to 3.2

Bumps [django](https://github.com/django/django) from 3.1.7 to 3.2.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.1.7...3.2)

Signed-off-by: dependabot[bot] <support@github.com>

* root: set DEFAULT_AUTO_FIELD and remove full app config paths

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>

* *: check parent class for component and serializer on abstract classes

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jens Langhammer <jens.langhammer@beryju.org>
2021-04-07 10:54:38 +02:00
.github web/elements: add formgroup 2021-04-02 11:47:03 +02:00
authentik build(deps): bump django from 3.1.7 to 3.2 (#707) 2021-04-07 10:54:38 +02:00
helm improved out-of-box experience (#704) 2021-04-06 20:25:22 +02:00
lifecycle stages: add WebAuthn stage (#550) 2021-02-17 20:49:58 +01:00
outpost build(deps): bump golang from 1.16.2 to 1.16.3 in /outpost (#690) 2021-04-02 09:41:35 +02:00
scripts root: fix branch Name extraction to work on non PRs 2021-02-28 14:24:16 +01:00
tests tests: only create selenium_screenshots/ on error 2021-04-02 23:23:09 +02:00
web improved out-of-box experience (#704) 2021-04-06 20:25:22 +02:00
website improved out-of-box experience (#704) 2021-04-06 20:25:22 +02:00
xml */saml: test against SAML Schema 2020-12-13 19:53:16 +01:00
.bumpversion.cfg root: add nginx to bumpversion 2021-03-17 20:38:13 +01:00
.dockerignore root: attempt to build static image without django's collectstatic (#360) 2020-12-02 21:23:07 +01:00
.editorconfig repo cleanup, switch to new docker registry 2019-04-29 17:05:39 +02:00
.gitignore root: add initial geoip implementation 2021-02-12 09:52:14 +01:00
Dockerfile root: replace pytest with pyproject in dockerfile 2021-03-30 15:08:54 +02:00
LICENSE root: update license 2020-12-24 16:01:55 +01:00
Makefile root: temporarily use failfast to debug tests 2021-03-30 13:05:49 +02:00
Pipfile Merge branch 'master' into new-forms 2021-03-30 10:26:18 +02:00
Pipfile.lock build(deps): bump django from 3.1.7 to 3.2 (#707) 2021-04-07 10:54:38 +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 root: fix build for static files during e2e 2021-03-30 14:06:11 +02:00
docker-compose.yml Static SPA (#648) 2021-03-22 13:44:17 +01:00
manage.py wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
pyproject.toml stages/email: add tests for API 2021-04-04 14:14:58 +02:00
pyrightconfig.json Proxy v2 (#189) 2020-09-03 00:04:12 +02:00
swagger.yaml admin: add API to get info for a single task 2021-04-05 20:40:22 +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