-
Updated
Dec 30, 2021 - Ruby
authentication
Here are 8,388 public repositories matching this topic...
-
Updated
Dec 30, 2021 - Go
-
Updated
Dec 16, 2021 - PHP
-
Updated
Dec 30, 2021 - Java
-
Updated
Nov 4, 2021 - Ruby
-
Updated
Dec 12, 2021 - TypeScript
-
Updated
Dec 18, 2021 - Ruby
-
Updated
Dec 7, 2021 - Go
-
Updated
Dec 30, 2021 - Python
-
Updated
Dec 27, 2021 - JavaScript
-
Updated
Dec 9, 2021 - JavaScript
-
Updated
Dec 31, 2021 - Objective-C
-
Updated
Dec 28, 2021 - PHP
-
Updated
Dec 23, 2021 - Elixir
-
Updated
Nov 29, 2021 - Python
There was an error where someone was trying to sign up using the thirdparty recipe and postgres rejected the query cause of value too long for type character varying(128)
- and in the thidparty table, only the third_party_user_id
column has 128 chars limit.
Error log reference:
[https://app.zenhub.com/files/231921809/8968d6d6-bcdd-48d8-aa60-fd556e934acd/download](https://app.zenhub.com/files
-
Updated
Dec 4, 2020 - JavaScript
-
Updated
Dec 31, 2021 - SCSS
-
Updated
Oct 1, 2020 - Java
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
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Nov 4, 2021 - C#
-
Updated
Dec 31, 2021 - PHP
-
Updated
Nov 18, 2021 - Python
-
Updated
Oct 30, 2020 - Shell
-
Updated
Dec 7, 2021 - Go
Improve this page
Add a description, image, and links to the authentication topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the authentication topic, visit your repo's landing page and select "manage topics."
Description🐜
With the removal of
clientMaxAge
andkeepAlive
in favor ofrefetchInterval
, every time a tab is switched, the session gets revalidated, thus updating a session state inSessionProvider
which then causes to rerender all components usinguseSession
.Is it possible to disable this "revalidation" upon window refocusing?
Thanks in advance.
Is this a bug in your own