Skip to content
#

oidc

Here are 503 public repositories matching this topic...

next-auth
balazsorban44
balazsorban44 commented Apr 28, 2021

Summary 💭

Explain briefly how to utilize the new Adapter interface for better DX, either

Thinking of a new section under Module augmentation at https://next-auth.js.org/getting-started/typescript

Description 📓

We recentl

PackBjamin
PackBjamin commented Apr 23, 2021

We experienced anomalous behavior with our localStorage['redirect'] value being "randomly" cleared out. Further investigation found the culprit was the angular-auth-oidc-client code:

auto-login-service.js

const STORAGE_KEY = 'redirect';

I'm not familiar with the code base. My initial scan only found this usage. But it might be a good idea to use something like a library wi

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