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] 5cbcd89369
build(deps): bump github.com/go-openapi/strfmt from 0.20.0 to 0.20.1 in /outpost (#681)
* build(deps): bump github.com/go-openapi/strfmt in /outpost

Bumps [github.com/go-openapi/strfmt](https://github.com/go-openapi/strfmt) from 0.20.0 to 0.20.1.
- [Release notes](https://github.com/go-openapi/strfmt/releases)
- [Commits](https://github.com/go-openapi/strfmt/compare/v0.20.0...v0.20.1)

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

* outpost: fix dependencies

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-03-31 09:58:37 +02:00
.github web: use API as dedicated module 2021-03-16 21:32:39 +01:00
authentik outposts: remove outpost form 2021-03-30 18:45:26 +02:00
helm Static SPA (#648) 2021-03-22 13:44:17 +01:00
lifecycle stages: add WebAuthn stage (#550) 2021-02-17 20:49:58 +01:00
outpost build(deps): bump github.com/go-openapi/strfmt from 0.20.0 to 0.20.1 in /outpost (#681) 2021-03-31 09:58:37 +02:00
scripts root: fix branch Name extraction to work on non PRs 2021-02-28 14:24:16 +01:00
tests tests/e2e: fix source tests 2021-03-30 11:05:31 +02:00
web build(deps): bump @sentry/browser from 6.2.3 to 6.2.4 in /web (#678) 2021-03-31 09:58:00 +02:00
website build(deps): bump postcss from 8.2.8 to 8.2.9 in /website (#679) 2021-03-31 08:36:28 +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 boto3 from 1.17.40 to 1.17.41 (#680) 2021-03-31 08:36:42 +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 build(deps-dev): bump pylint from 2.7.2 to 2.7.3 (#674) 2021-03-30 10:05:14 +02:00
pyrightconfig.json Proxy v2 (#189) 2020-09-03 00:04:12 +02:00
swagger.yaml core: remove provider and outpostserviceconnection base model create operations 2021-03-30 18:35:06 +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