-
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,442 public repositories matching this topic...
-
Updated
Jun 1, 2022 - Go
-
Updated
Apr 29, 2022 - PHP
-
Updated
Jun 1, 2022 - Java
-
Updated
May 16, 2022 - Ruby
-
Updated
Apr 23, 2022 - TypeScript
-
Updated
Jun 1, 2022 - Ruby
-
Updated
May 10, 2022 - Go
-
Updated
May 31, 2022 - JavaScript
-
Updated
May 25, 2022 - Python
-
Updated
Jun 1, 2022 - Objective-C
-
Updated
Mar 9, 2022 - JavaScript
-
Updated
May 18, 2022 - PHP
-
Updated
Mar 26, 2022 - Elixir
-
Updated
May 31, 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'm working through the Next.js quickstart guide but quickly hit a stumbling block when trying to run the app after importing the client and provider from @nhost/nextjs:
Error [ERR_MODULE_NOT_FOUND]: Cannot find module '/path/to/my/project/node_modules/xstate/lib/waitFor' imported from /path/to/my/project/node_modules/@nhost/nextjs/dis
-
Updated
Feb 7, 2022 - Java
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Feb 10, 2022 - Go
-
Updated
Nov 18, 2021 - Python
-
Updated
Apr 4, 2022 - PHP
- Wikipedia
- Wikipedia


Using sessionprovider dispatches a call to /api/auth/session which returns with a CSRF token cookie. This is missing from the documentation.