Skip to content
#

authentication

Here are 7,720 public repositories matching this topic...

next-auth
balazsorban44
balazsorban44 commented Sep 14, 2021

Description 📓

We get a lot of irrelevant issues in the core that should end up in either of the following:

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

mccutchen
mccutchen commented May 1, 2019

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

rishabhpoddar
rishabhpoddar commented Oct 24, 2020

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

Laravel 8 with user authentication, registration with email confirmation, social media authentication, password recovery, and captcha protection. Uses offical [Bootstrap 4](http://getbootstrap.com). This also makes full use of Controllers for the routes, templates for the views, and makes use of middleware for routing. The project can be stood up in minutes.

  • Updated May 25, 2021
  • PHP

Improve this page

Add a description, image, and links to the authentication topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the authentication topic, visit your repo's landing page and select "manage topics."

Learn more