trivago / Heimdallr.swift

Easy to use OAuth 2 library for iOS, written in Swift.
Apache License 2.0
639 stars 86 forks source link

Support for authorisation URL #86

Open fabiomassimo opened 8 years ago

fabiomassimo commented 8 years ago

Providers like Google require to perform an authentication through a webpage in order to request an access token. Currently the library only requests an access token by specifying a token URL without an authorisation URL.

hffmnn commented 8 years ago

Hi fabiomassimo.

The use case you describe is currently not possible with Heimdallr.swift because we (as users of the library) never had the need for that. If you would like to see that as part of Heimdallr.swift: We are open for any Pull Request which extends the functionality of this library, as long as it conforms to the OAuth2 RFC.

Regards, Christian

Also have a look at https://github.com/rheinfabrik/Heimdallr.swift/issues/38