Skip to content
#

oidc

Here are 604 public repositories matching this topic...

Librechain
Librechain commented Oct 15, 2021

Asking about this since the NSA recently published guidance advising the public and private sectors to transition to cryptographic algorithms that are no less than sha384 & ec384 (elliptic curves).

While Edwards' Curves are different, its worth noting that prior to this update sha256 & secp256k1 were both on the list of acceptable cryptographic algorithms. My deduction was that 128-bit securit

next-auth
filipditrich
filipditrich commented Dec 8, 2021

Description 🐜

With the removal of clientMaxAge and keepAlive in favor of refetchInterval, every time a tab is switched, the session gets revalidated, thus updating a session state in SessionProvider which then causes to rerender all components using useSession.

Is it possible to disable this "revalidation" upon window refocusing?
Thanks in advance.

Is this a bug in your own

angular-auth-oidc-client
cedbesafilm
cedbesafilm commented Dec 7, 2021

Describe the bug
If the environment (in my case the stage environment) is not setup as a a secure origin the library break up cause of the crypto library is not in window object

To Reproduce
Steps to reproduce the behavior:

  1. A server work on http that is setup as 'insecure origin'
  2. Start the login sequence

Expected behavior
Warning on library loading that check secure or

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