-
Updated
Aug 24, 2021 - JavaScript
oauth2
Here are 4,633 public repositories matching this topic...
-
Updated
Sep 1, 2021 - Java
-
Updated
Apr 22, 2021 - Java
-
Updated
Sep 11, 2021 - Java
-
Updated
Aug 20, 2021 - C#
#2552 introduced TypeScript to the core. A long-time wish from the community, and the maintainers.
For an easier migration, I decided to go with "strict": false
, and we still allow ".js" files.
As an improvement, we should make set "strict": true
in our tsconfig.json
and fix the remaining issues, and convert the rest of the files to TypeScript as well.
-
Updated
Sep 4, 2021 - Java
-
Updated
Aug 23, 2021 - C++
-
Updated
Sep 8, 2021 - PHP
-
Updated
Aug 13, 2021 - Java
-
Updated
Sep 10, 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 10, 2021 - Python
-
Updated
Sep 1, 2021 - Java
-
Updated
Aug 18, 2021 - Python
-
Updated
Sep 11, 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 upstream pull got closed. It is referenced in:
This issue was created by the ORY Closed Reference Notifier GitHub action.