-
Updated
Aug 24, 2021 - JavaScript
oauth2
Here are 4,654 public repositories matching this topic...
-
Updated
Sep 1, 2021 - Java
-
Updated
Apr 22, 2021 - Java
-
Updated
Sep 17, 2021 - Java
-
Updated
Sep 16, 2021 - C#
Description 📓
We get a lot of irrelevant issues in the core that should end up in either of the following:
- Docs related: https://github.com/nextauthjs/docs
- Adapter related: https://github.com/nextauthjs/adapters
This might be the reason that people don't bother checking closed issues and thus create a lot of extra maintenance overhead, where we have to answer the same question al
-
Updated
Sep 4, 2021 - Java
-
Updated
Aug 23, 2021 - C++
-
Updated
Sep 16, 2021 - PHP
-
Updated
Aug 13, 2021 - Java
-
Updated
Sep 17, 2021 - Ruby
-
Updated
Sep 4, 2021 - JavaScript
-
Updated
Jul 2, 2021 - Java
-
Updated
Sep 10, 2021 - Java
-
Updated
Sep 2, 2021 - Swift
-
Updated
Jan 26, 2021 - Go
-
Updated
Sep 8, 2021 - Python
In the multipleParallelTransactionTest
, if we do not add the while(true)
loop in the ParallelTransactions
class, we get the following error:
java.net.SocketException: Connection reset by peer (connect failed)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
at java.base/jav
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
-
Updated
Sep 17, 2021 - Python
-
Updated
Sep 15, 2021 - Java
-
Updated
Aug 18, 2021 - Python
-
Updated
Sep 18, 2021 - Groovy
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."
The docs at https://www.ory.sh/hydra/docs/cli/hydra-clients-import state as a description:
"Imports cryptographic keys of any format to the JSON Web Key Store
This appears to be incorrect. The description would be expected to be:
"Import OAuth 2.0 Clients from one or more JSON files"
(and this is confirmed by an earlier version of the docs for this CLI interface: https://www.ory.sh/hyd