You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: