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] 96b9d931f3
build(deps): bump @lingui/cli from 3.8.6 to 3.8.9 in /web (#725)
Bumps [@lingui/cli](https://github.com/lingui/js-lingui) from 3.8.6 to 3.8.9.
- [Release notes](https://github.com/lingui/js-lingui/releases)
- [Changelog](https://github.com/lingui/js-lingui/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lingui/js-lingui/compare/v3.8.6...v3.8.9)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jens L <jens@beryju.org>
2021-04-12 10:56:56 +02:00
.github Revert "release: 2021.4.1-rc1" 2021-04-11 21:04:25 +02:00
authentik build(deps-dev): bump pylint-django from 2.4.2 to 2.4.3 (#729) 2021-04-12 09:33:56 +02:00
helm Revert "release: 2021.4.1-rc1" 2021-04-11 21:04:25 +02:00
lifecycle lifecycle: allow adjustment of worker cores 2021-04-11 13:20:27 +02:00
outpost Revert "release: 2021.4.1-rc1" 2021-04-11 21:04:25 +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 build(deps): bump @lingui/cli from 3.8.6 to 3.8.9 in /web (#725) 2021-04-12 10:56:56 +02:00
website build(deps): bump postcss from 8.2.9 to 8.2.10 in /website (#728) 2021-04-12 08:30:49 +02:00
xml */saml: test against SAML Schema 2020-12-13 19:53:16 +01:00
.bumpversion.cfg Revert "release: 2021.4.1-rc1" 2021-04-11 21:04:25 +02: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-dev): bump pylint-django from 2.4.2 to 2.4.3 (#729) 2021-04-12 09:33:56 +02:00
README.md root: optimise images 2021-03-20 23:35:05 +01:00
SECURITY.md web/elements: add PageHeader element to replace page 2021-04-10 17:09:40 +02:00
azure-pipelines.yml root: fix build for static files during e2e 2021-03-30 14:06:11 +02:00
docker-compose.yml root: remove mapped port from server container 2021-04-12 09:29:06 +02: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 *: fix JSONField overwriting required 2021-04-11 23:20:45 +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