Skip to content

OAuth2 Finished

Compare
Choose a tag to compare
@KoCMoHaBTa KoCMoHaBTa released this 02 Jul 13:30
· 29 commits to master since this release

Finally, the goal for the OAuth2 implementation is reached (with few exceptions).
Flows - all 4 flows defined in OAuth2 are done.
User Agents - iOS and macOS
Demo Apps - iOS and macOS

This finishes the first milestone and now the possibilities for the next one are open.
The following steps are to define work and add implementations related to OpenID Connect specification, so that this library can help you with these struggles too.


The 1.10.0 release brings up the following changes:

  • implementation for the Implicit Flow, per OAuth2 specs
  • implicit flow demo for iOS
  • demo for macOS