oauth2-client
Here are 338 public repositories matching this topic...
-
Updated
May 29, 2020 - Swift
There are a couple issues open right now that suggest a general restructuring of GAM code, which I agree would be good. However, one simple fix that would help both with code structure and readability of contributed code is a style guide that could be enforced during PR review.
The main file is over 13k lines, at this point, and lacks a consistent style and structure throughout, making it diff
-
Updated
May 9, 2020 - Objective-C
-
Updated
Oct 10, 2019 - Python
The current README example is out of date as Twitter now used OAuth2. Would it be possible to update the README with an example for the OAuth2 Twitter API?
Hi,
In order to be able to use this in my Django Project, I need to be able to use the default Django decorator '@login_required()', which will redirect a user to a 'LOGIN_URL', while providing GET parameter 'next=/page-we-came-from/' after a successfull login has been performed. One the login has been performed, and the redirection to the page we came from has succeeded, the system should see t
-
Updated
Jun 2, 2020 - TypeScript
I just started using OAuth2 on MacOS 10.15.4 talking to Slack using the embedded authorisation mechanism. Slack prompts for a workspace, followed by a username/password combination and a cookie is used to bypass this on subsequent attempts. Because it may be desirable to validate multiple connections or change accounts, etc. the cookie may need to be cleared.
Although
`let storage = HTTPCo
-
Updated
Feb 12, 2020 - Scala
-
Updated
Feb 26, 2020 - Kotlin
Not all built-in actions are listed in action doc. Will there be an update? Below are actions found in type definition.
export const REDIRECT_SUCCESS: string;
export const USER_LOADED: string;
export const SILENT_RENEW_ERROR: string;
export const SESSION_TERMINATED: string;
export const USER_EXPIRING: string;
export const USER_FOUND: strin
-
Updated
Nov 15, 2018
-
Updated
Apr 24, 2020 - Vue
-
Updated
Nov 9, 2019 - C#
-
Updated
Apr 10, 2020 - Java
-
Updated
May 10, 2020 - C#
You indicate Native SFSafariViewController iOS/MacOS in documentation.
The line of code below doesn't work on Xamarin.mac
Then call the following line in your iOS AppDelegate FinishedLaunching method;
SimpleAuth.NativeSafariAuthenticator.Activate ();
app just hangs on Xamarin.mac when trying to authenticate I line above used.
please assist
-
Updated
May 23, 2020 - Python
Improve the readme
- add small steps regarding build and use the demo server
- call out how to config
Keys.hsin order to make the demo server work
The old client showed a description of the different game types (phantom-x, murder party, etc.) when mousing over them.
Can also add it in the client on mouseover when hosting games or maybe in the details part on the right. Info should be somewhere easily accessible in the client at least, because it's not obvious what most of the game types do.
-
Updated
May 20, 2020 - Go
-
Updated
Jul 27, 2019 - PowerShell
-
Updated
Jan 17, 2020 - PHP
-
Updated
Jul 16, 2018 - Java
-
Updated
Oct 3, 2019 - PHP
-
Updated
Jun 5, 2020 - Go
-
Updated
Sep 29, 2018 - C#
-
Updated
Jun 4, 2020 - Java
Improve this page
Add a description, image, and links to the oauth2-client topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the oauth2-client topic, visit your repo's landing page and select "manage topics."
Recently Slack updated its scopes, and the last step of the migration states:
"Change your app’s authentication URL to look like this: https://slack.com/oauth/v2/authorize?client_id=XXX"
This URL has changed, and it seems that new Slack apps cannot use this library.
Documentation page: https://api.slack.com/authentication/oauth-v2