oauth2
Here are 638 public repositories matching this topic...
If not for some particular exceptions, the status code returned from our WebAPI on error is always 500, regardless of the kind of error.
If an object already exists, for example, it should be returned as 409. If the object does not pass the schema validation, it should be a 415.
Go through the whole WebAPI and verify that the status codes are being returned correctly.
Hint: Error cl
I'm working on authenticating with Bungie to do fun things with the Destiny API. In their OAuth documentation here, they specify the parameters to be used when POSTing to their token exchange endpoint, one of which is grant_type:
grant_type: Value must be set to “authorization_code”.
Inside of exchangeForToken() it
I'm fascinated by your claim that this is a simple, decentralized, software-only solution to the Authentication Problem that somehow you have solved where lots of other smart and highly-trained people have failed. You must forgive me if I'm a bit skeptical. I've seen your readme here, and your blog post, and you have given us a lot of bold claims, and some code, and a flow diagram. I don't feel li
-
Updated
May 20, 2020 - JavaScript
-
Updated
Mar 14, 2020 - JavaScript
-
Updated
May 14, 2020 - JavaScript
In the case that the oauth Server is running on the same machine like the webserver, one may assume, that baseUrl might be "null" like the default-value.
Choosing null results in a runtime error. I suggest to document "/" as possible setting.
Thank you for your nice lib!
Here are 3 sequence diagrams of how this works, that you can plug into https://www.websequencediagrams.com/ when you are making slides or whatever.
title Authentication
Browser->Sign In: Initial request
Sign In -> Facebook: Redirect
note over Facebook: Approve login
Facebook -> Callback: Redirect
Callback -> FaunaDB: Find or create user
FaunaDB -> Callback: Database secret for user
-
Updated
Apr 3, 2019 - JavaScript
-
Updated
May 21, 2020 - JavaScript
The DISCOVERY_DOCUMENT does not include the api login url for okta its juts creates a random /callback url which there is no documentation on configuring
-
Updated
May 3, 2019 - JavaScript
-
Updated
May 22, 2020 - JavaScript
-
Updated
Apr 18, 2020 - JavaScript
-
Updated
May 18, 2020 - JavaScript
-
Updated
Dec 29, 2017 - JavaScript
-
Updated
Aug 3, 2018 - JavaScript
-
Updated
Feb 12, 2020 - JavaScript
-
Updated
Sep 22, 2019 - JavaScript
Following this discussion in CE2 repo, I create an issue here for a new unifile feature
As services like dropbox offer an API to search files and folders (names and content and metadata), I would like to add a search box in CE2 for such services (not for t
-
Updated
Apr 4, 2020 - JavaScript
-
Updated
Mar 31, 2020 - JavaScript
Improve this page
Add a description, image, and links to the oauth2 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the oauth2 topic, visit your repo's landing page and select "manage topics."
We have some documentation about using IBM Watson: https://github.com/sahat/hackathon-starter#ibm-watson
It would be great if we have one or more working API examples using Watson or ML/AI APIs that are provided by other companies such as Microsoft or AWS.