Skip to content

Releases: conwetlab/ckanext-oauth2

Bug Fixing

09 Feb 16:47
Compare
Choose a tag to compare
  • The function refresh_token was calling an invalid function (get_token instead of get_stored_token), so the token was not refreshed and an exception was risen.

Bug fixing

26 Sep 08:01
Compare
Choose a tag to compare
  • Exception attributes are checked before accessing them in order to avoid unexpected exceptions in the OAuth2 callback.
  • Add additional tests for OAuth2 Callback

Bug fixing

24 Sep 14:53
Compare
Choose a tag to compare
  • User is redirected to the page set in the came_from parameter on logon process.
  • When a logon process starts and the user is already logged in, the referer is now checked in order to avoid redirecting the user to a page outside the CKAN server.

Refactoring

24 Sep 10:58
Compare
Choose a tag to compare
  • Avoid using Repoze plugins
  • Use OAuth2 token as API Key (FIWARE requirement)
  • Ease the code

Add License

02 Sep 15:41
Compare
Choose a tag to compare

Add GNU Affero License

Store OAuth2 tokens

28 Aug 11:11
Compare
Choose a tag to compare
Store OAuth2 tokens Pre-release
Pre-release

This version includes:

  • Store OAuht2 tokens (access_token and refresh_token) since they allow us to interact with the OAuth2 service without starting the login process from the beginning.

First Version

31 Jul 15:45
Compare
Choose a tag to compare

First version. This version includes:

  • Users can log in using an OAuth2 service (tested with Google and FI-Ware)
  • Users are redirected to the OAuth2 service when they try to create a new account, reset the password or change their profile.