Skip to content

Releases: cedadev/django-auth-service

0.2.5 BETA

27 Jan 16:02
94d4931
Compare
Choose a tag to compare

Added test prototype for the OPA authorization middleware class.

0.2.4 BETA

15 Jan 14:30
f7065dc
Compare
Choose a tag to compare

Changes the way the resource is stored in the session during login and lets you customise the query/header key.

0.2.3 BETA

15 Dec 13:46
9a16c79
Compare
Choose a tag to compare

Adds a root view for health checking.

0.2.2 BETA

14 Dec 16:22
adf2b09
Compare
Choose a tag to compare

Minor bugfix release.

0.2.1 BETA

10 Dec 18:41
Compare
Choose a tag to compare

This version updates documentation, refactors several modules and changes the confusingly named /auth endpoint to /verify.

0.2 BETA

03 Dec 13:02
Compare
Choose a tag to compare

This release includes a simple authorization middleware that only checks authentication status, as well as a refactored flow making use of Django sessions.

v0.1.1 ALPHA

30 Jul 10:06
ea53010
Compare
Choose a tag to compare

Minor release fixes an issue with authorisation for public resources.

v0.1.0 ALPHA

20 Jul 16:07
Compare
Choose a tag to compare

Basic support for OIDC, Bearer Token and encrypted cookie authentication. Basic authorization with a fixed resource server URL.