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.
authentik/authentik/providers/oauth2
dependabot[bot] bc9e7e8b93
build(deps): bump structlog from 20.1.0 to 20.2.0 (#445)
* build(deps): bump structlog from 20.1.0 to 20.2.0

Bumps [structlog](https://github.com/hynek/structlog) from 20.1.0 to 20.2.0.
- [Release notes](https://github.com/hynek/structlog/releases)
- [Changelog](https://github.com/hynek/structlog/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/hynek/structlog/compare/20.1.0...20.2.0)

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

* *: use structlog.stdlib instead of structlog for type-hints

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jens Langhammer <jens.langhammer@beryju.org>
2021-01-01 15:39:43 +01:00
..
migrations providers/oauth2: create access tokens as JWT 2020-12-27 19:36:17 +01:00
templates/providers/oauth2 providers/oauth2: fix incorrect background set on end session screen 2020-12-19 14:24:28 +01:00
tests providers/oauth2: start adding tests for OAuthAuthorizationParams 2020-12-13 23:14:35 +01:00
views build(deps): bump structlog from 20.1.0 to 20.2.0 (#445) 2021-01-01 15:39:43 +01:00
__init__.py wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
api.py providers/oauth2: remove response_type field as spec doesn't require validation 2020-12-27 18:12:47 +01:00
apps.py wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
constants.py providers/oauth2: add ACR support 2020-12-26 20:16:50 +01:00
errors.py providers/oauth2: Make AuthorizeError's state parameter requireed 2020-12-27 15:33:29 +01:00
forms.py providers/oauth2: remove response_type field as spec doesn't require validation 2020-12-27 18:12:47 +01:00
generators.py wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
models.py providers/oauth2: fix error when creating RefreshToken 2020-12-29 21:22:49 +01:00
urls.py wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
urls_github.py wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
utils.py build(deps): bump structlog from 20.1.0 to 20.2.0 (#445) 2021-01-01 15:39:43 +01:00