Skip to content
#

oidc

Here are 550 public repositories matching this topic...

next-auth
svkoskin
svkoskin commented Aug 27, 2021

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 as headers.

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

zitadel
mffap
mffap commented Jul 29, 2021

Describe the bug
When I use suggested password from chrome,
then the password does not comply with the requirements (missing symbol)
and the 'save' button stays inactive

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://accounts.zitadel.dev/register/org
  2. Fill in the form
  3. Let click on use suggested password
  4. Password does not pass the check
  5. Add symbol man

Improve this page

Add a description, image, and links to the oidc 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 oidc topic, visit your repo's landing page and select "manage topics."

Learn more