AuthenticationViewController icon indicating copy to clipboard operation
AuthenticationViewController copied to clipboard

A simple to use, standard interface for authenticating to oauth 2.0 protected endpoints via SFSafariViewController.

Results 4 AuthenticationViewController issues
Sort by recently updated
recently updated
newest added

Here I share the connector for Google OAuth2 with an usage example (hope its help): [OAuthGoogle.swift](https://gist.github.com/jalopezsuarez/5ce2c76a9ca170cd0ab53375706e62c8) ``` static let ClientId = "188766122934-0t21j64fd4qmcomewpho6jeqwxe6kpwq.apps.googleusercontent.com" static let ClientSecret = "AIza34De1h2JIehyugxcgYnXewtokGdi0xXPsJMTY" static let ScopeYoutubeReadonly...

Description for coub: https://coub.com/dev/docs/Coub+API%2FAuthentication If you need test credentials: ID: 60b88af1e39803f5f68716bc364a498f9d4e733a7f76735dc48729e697de3bd6 Secret: 6f62d7366a58b07377a3046922d49c4f5ab882eebe322f50467856bb7b86e049 Redirect URL: http://gargo.of.by Permissions: like+recoub I used your example and added `OAuthCoub` (looks like your `OAuthDribble` and...

Does it work correctly fro Twitter/Facebook or Google+ ? Can't manage any of them. Can anyone provide an example with those networks? e.g. I have following url for twitter: "https://api.twitter.com/oauth/authorize/?client_id=\(clientId)&scope=\(scopes.joined(separator:...

question

Has brought up by @edjiang on https://twitter.com/EdwardStarcraft/status/712727368788353024 which authentication flow should we use for this library? Would love some feedback

question