Django Oidc Provider Versions Save

OpenID Connect and OAuth2 provider implementation for Djangonauts.

v0.8.2

4 months ago

v0.8.1

6 months ago

v0.8.0

1 year ago

v0.7.0

5 years ago

v0.6.1

5 years ago

v0.6.0

6 years ago

v0.5.3

6 years ago

v0.5.2

6 years ago

Fixed:

  • Fix infinite login loop if "prompt=login" (#198)
  • Fix Django 2.0 deprecation warnings (#185)

v0.5.1

6 years ago
Changed
  • Documentation template changed to Read The Docs.
Fixed
  • install_requires has not longer pinned versions.
  • Removed infinity loop during authorization stage when prompt=login has been send.
  • Changed prompt handling as set of options instead of regular string.
  • Redirect URI must match exactly with given in query parameter.
  • Stored user consent are useful for public clients too.
  • Fixed documentation for custom scopes handling.
  • Scopes during refresh and code exchange are being taken from authorization request and not from query parameters.

v0.4.4

7 years ago