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] 7efec281be
build(deps-dev): bump pylint from 2.9.6 to 2.10.2 (#1280)
* build(deps-dev): bump pylint from 2.9.6 to 2.10.2

Bumps [pylint](https://github.com/PyCQA/pylint) from 2.9.6 to 2.10.2.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.9.6...v2.10.2)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

* *: add missing encoding to open() calls

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-08-23 10:10:31 +02:00
.github release: 2021.8.1-rc1 2021-08-22 20:17:35 +02:00
authentik build(deps-dev): bump pylint from 2.9.6 to 2.10.2 (#1280) 2021-08-23 10:10:31 +02:00
cmd cmd: improve error message for local config loading 2021-08-09 00:28:08 +02:00
internal release: 2021.8.1-rc1 2021-08-22 20:17:35 +02:00
lifecycle lifecycle: fix error in gunicorn config 2021-08-09 01:07:50 +02:00
scripts ci: build image with timestamp for flux 2021-05-26 10:37:33 +02:00
tests build(deps-dev): bump pylint from 2.9.6 to 2.10.2 (#1280) 2021-08-23 10:10:31 +02:00
web build(deps): bump codemirror from 5.62.2 to 5.62.3 in /web (#1279) 2021-08-23 07:06:04 +02:00
website Merge branch 'version-2021.8' into next 2021-08-22 21:57:14 +02:00
xml */saml: test against SAML Schema 2020-12-13 19:53:16 +01:00
.bumpversion.cfg release: 2021.8.1-rc1 2021-08-22 20:17:35 +02:00
.dockerignore root: add bundled docs 2021-07-13 11:06:51 +02:00
.editorconfig repo cleanup, switch to new docker registry 2019-04-29 17:05:39 +02:00
.gitignore core: add UserSelfSerializer and separate method for users to update themselves with limited fields 2021-08-05 17:42:19 +02:00
CODE_OF_CONDUCT.md root: add code of conduct and PR template 2021-07-26 22:49:17 +02:00
CONTRIBUTING.md root: add contributing file 2021-07-26 22:42:00 +02:00
Dockerfile build(deps): bump golang from 1.16.7 to 1.17.0 (#1265) 2021-08-17 09:04:49 +02:00
LICENSE root: update license 2020-12-24 16:01:55 +01:00
Makefile web: update tsconfig 2021-08-15 11:27:48 +02:00
Pipfile build(deps): bump twisted from 20.3.0 to 21.7.0 (#1198) 2021-07-29 09:22:44 +02:00
Pipfile.lock build(deps-dev): bump pylint from 2.9.6 to 2.10.2 (#1280) 2021-08-23 10:10:31 +02:00
README.md root: fix readme 2021-08-02 19:42:58 +02:00
SECURITY.md website/docs: update terminology for dark mode 2021-07-26 21:50:49 +02:00
azure-pipelines-outpost.yml ci: remove unused variables 2021-07-22 21:05:55 +02:00
azure-pipelines.yml ci: make zeus optional 2021-08-18 10:33:25 +02:00
docker-compose.yml release: 2021.8.1-rc1 2021-08-22 20:17:35 +02:00
go.mod build(deps): bump github.com/go-openapi/strfmt from 0.20.1 to 0.20.2 (#1281) 2021-08-23 07:44:28 +02:00
go.sum build(deps): bump github.com/go-openapi/strfmt from 0.20.1 to 0.20.2 (#1281) 2021-08-23 07:44:28 +02:00
ldap.Dockerfile build(deps): bump golang from 1.16.7 to 1.17.0 (#1265) 2021-08-17 09:04:49 +02:00
manage.py root: ignore known warnings 2021-08-09 00:27:29 +02:00
proxy.Dockerfile build(deps): bump golang from 1.16.7 to 1.17.0 (#1265) 2021-08-17 09:04:49 +02:00
pyproject.toml root: reformat to 100 line width 2021-08-03 17:45:16 +02:00
pyrightconfig.json Proxy v2 (#189) 2020-09-03 00:04:12 +02:00
schema.yml release: 2021.8.1-rc1 2021-08-22 20:17:35 +02:00

README.md

authentik logo


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

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 here. This is documented here

Screenshots

Light Dark

Development

See Development Documentation

Security

See SECURITY.md