Skip to content

Releases: mynona/vapor-oauth-example

Refactoring

11 Feb 14:52
Compare
Choose a tag to compare

OAuthClientImplementation

13 Jan 13:43
Compare
Choose a tag to compare

OAuthClientImplementation

  • Rename helper to OAuthClient
  • Improve error handling
  • Refactor vocabulary

OpenID Connect flow

06 Jan 08:16
Compare
Choose a tag to compare
0.2.0

discoveryDocument update

First release: OAuth flow without PKCE

21 Dec 20:11
Compare
Choose a tag to compare

Client-Server flow

  • Server login screen
  • Exchange of the authorization code with the access and refresh tokens
  • Access of protected resources
  • Access token and refresh token are stored as cookies on client side

Missing

  • Refresh token flow
  • OAuthUser should be a fluent Model