OAuth2 Finished
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