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] f4979fcf19
build(deps-dev): bump @typescript-eslint/parser in /web (#605)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.15.2 to 4.16.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.16.1/packages/parser)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-02 09:13:01 +01:00
.github Merge branch 'version-2021.2' 2021-02-27 18:29:30 +01:00
authentik web: make user password-reset button use action button 2021-03-01 20:41:54 +01:00
helm Merge branch 'version-2021.2' 2021-02-27 18:29:30 +01:00
lifecycle stages: add WebAuthn stage (#550) 2021-02-17 20:49:58 +01:00
outpost root: push PR and branch images to GHCR (#601) 2021-03-01 12:04:56 +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 stage-challenge 2021-02-28 00:47:18 +01:00
web build(deps-dev): bump @typescript-eslint/parser in /web (#605) 2021-03-02 09:13:01 +01:00
website stages/deny: add deny stage 2021-03-01 20:16:54 +01:00
xml */saml: test against SAML Schema 2020-12-13 19:53:16 +01:00
.bumpversion.cfg release: 2021.2.6-stable 2021-02-27 18:16:46 +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
.prospector.yaml root: upgrade to python3.9 2020-11-15 16:15:01 +01:00
.pylintrc e2e: attempt to fix prospector error again 2020-11-15 20:46:53 +01:00
Dockerfile root: add initial geoip implementation 2021-02-12 09:52:14 +01:00
LICENSE root: update license 2020-12-24 16:01:55 +01:00
Makefile tests/e2e: fix URLs, use self.login() 2021-02-27 19:02:29 +01:00
Pipfile root: lock twisted to 20.3.0 whilst its causing issues with uvloop 2021-03-01 16:26:05 +01:00
Pipfile.lock build(deps): bump boto3 from 1.17.17 to 1.17.18 (#607) 2021-03-02 09:12:28 +01:00
README.md root: add discord badge to readme 2021-02-22 17:27:16 +01:00
SECURITY.md docs: prepare next release 2021-01-16 22:38:46 +01:00
azure-pipelines.yml root: push PR and branch images to GHCR (#601) 2021-03-01 12:04:56 +01:00
docker-compose.yml release: 2021.2.6-stable 2021-02-27 18:16:46 +01:00
manage.py wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
pyproject.toml wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
pyrightconfig.json Proxy v2 (#189) 2020-09-03 00:04:12 +02:00
pytest.ini wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
setup.cfg OAuth Provider Rewrite (#182) 2020-08-19 10:32:44 +02:00
swagger.yaml stages/reputation: add API for user and IP Score 2021-03-01 20:22:37 +01: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

Development

See Development Documentation

Security

See SECURITY.md