-
Updated
May 27, 2022 - Ruby
Authentication
Authentication is the process of determining whether someone or something is, in fact, who or what it says it is. Authentication technology provides access control for systems by checking to see if a user's credentials match the credentials in a database of authorized users or in a data authentication server.
Here are 9,486 public repositories matching this topic...
-
Updated
Jun 5, 2022 - Go
-
Updated
Apr 29, 2022 - PHP
-
Updated
Jun 3, 2022 - Java
-
Updated
Jun 2, 2022 - Ruby
-
Updated
Jun 6, 2022 - TypeScript
-
Updated
Jun 2, 2022 - Ruby
-
Updated
May 10, 2022 - Go
-
Updated
May 31, 2022 - JavaScript
-
Updated
May 25, 2022 - Python
-
Updated
Jun 5, 2022 - Objective-C
-
Updated
Mar 9, 2022 - JavaScript
-
Updated
May 18, 2022 - PHP
-
Updated
Mar 26, 2022 - Elixir
-
Updated
Jun 5, 2022 - SCSS
-
Updated
Jun 1, 2022 - Python
-
Updated
Dec 4, 2020 - JavaScript
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
I want to create a Nuxt3 module base on nhost Js client to use it in Nuxt 3.
User ( session, cookie etc )
Graphql ( query + mutation )
Storage
Functions
I'm not expert, but ready to learn and sweat to do so
Someone is already work on it ? can I join ?
@elitan @plmercereau are you open to this suggestion ?
-
Updated
Feb 7, 2022 - Java
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Feb 10, 2022 - Go
-
Updated
Nov 4, 2021 - C#
-
Updated
Nov 18, 2021 - Python
- Wikipedia
- Wikipedia
Description📓
Currently the maxAge on the jwt and the expires on the cookie options are being set to a hard coded 15 minutes.
pkce
defined here
https://github.com/nextauthjs/next-auth/blob/e4ee520b4aba55fbc123801291bcba404f578d3f/packages/next-auth/src/core/lib/oauth/pkce-handler.ts#L7
set as expires here
https://github.com/nextauthjs/next-auth/blob/e4ee520b4aba55fbc12380129