-
Updated
Sep 1, 2021 - Ruby
authentication
Here are 7,590 public repositories matching this topic...
-
Updated
Jul 21, 2021 - PHP
-
Updated
Sep 2, 2021 - Java
-
Updated
Jul 14, 2021 - Ruby
-
Updated
Apr 5, 2021 - TypeScript
-
Updated
Aug 31, 2021 - Ruby
-
Updated
Sep 1, 2021 - Go
-
Updated
Aug 30, 2021 - Python
-
Updated
Aug 31, 2021 - JavaScript
-
Updated
Aug 30, 2021 - JavaScript
-
Updated
Aug 22, 2021 - Elixir
-
Updated
Sep 2, 2021 - Objective-C
-
Updated
Aug 31, 2021 - Python
-
Updated
Dec 4, 2020 - JavaScript
-
Updated
Oct 1, 2020 - Java
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Sep 2, 2021 - SCSS
Is your feature request related to a problem? Please describe.
The public key-based request signing functionality added to sso_proxy in buzzfeed/sso#106 is undocumented. In particular, it's not immediately obvious how to a) generate an appropriate keypair or b) validate a signed request in an upstream service.
Describe the solution you'd like
New documenta
-
Updated
Feb 9, 2021 - C#
-
Updated
May 25, 2021 - PHP
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
-
Updated
Aug 31, 2021 - Python
-
Updated
Oct 30, 2020 - Shell
Before opening, please confirm:
- I have installed the latest version of the Amplify CLI (see above), and confirmed that the issue still persists.
- I have searched for duplicate or closed issues.
- I have read the guide for [submitting bug reports](https://github.com/aws-amplify/amplify-cli/blob/master/CONTRIBUTI
Improve this page
Add a description, image, and links to the authentication topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the authentication topic, visit your repo's landing page and select "manage topics."
Description🐜
When using Credentials provider, the authorize callback should receive the incoming message object as the second parameter. However, on certain Node versions the incoming message has
undefined
asheaders
.This happens on Node versions 14.15.2, >=15.1 and >=16.0 and is related to this change: nodejs/node#35281 There is an issue on Node but it is clo