The Wayback Machine - https://web.archive.org/web/20220601141602/https://github.com/topics/authentication
Skip to content
#

Authentication

authentication logo

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...

next-auth
mccutchen
mccutchen commented May 1, 2019

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

good first issue docs
nhost
chrisfrancis27
chrisfrancis27 commented May 31, 2022

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
bug good first issue sdk

Laravel 8 with user authentication, registration with email confirmation, social media authentication, password recovery, and captcha protection. Uses offical [Bootstrap 4](http://getbootstrap.com). This also makes full use of Controllers for the routes, templates for the views, and makes use of middleware for routing. The project can be stood up in minutes.

  • Updated Apr 4, 2022
  • PHP
Wikipedia
Wikipedia