basic-auth
Auth parser
Parses basic authentication credentials from HTTP headers
Generic basic auth Authorization header field parser
703 stars
22 watching
86 forks
Language: JavaScript
last commit: 7 months ago basic-authhttpjavascriptnodejs
Related projects:
Repository | Description | Stars |
---|---|---|
koajs/basic-auth | Provides basic authentication middleware for protecting routes in a web application. | 137 |
jcjones/webauthn.bin.coffee | A simple web authentication testing site implemented in JavaScript | 90 |
koajs/ctx-basic-auth | A Koa.js middleware that authenticates HTTP requests with basic authentication | 6 |
gokul595/api_guard | Provides JWT-based authentication with token refreshing and blacklisting for Rails APIs | 276 |
dommmel/cloudflare-workers-basic-auth | Protects static HTML pages by authenticating incoming requests with a username and password | 111 |
arubacao/http-basic-auth-guard | A package that re-enables HTTP Basic Authentication in Lumen >= 5.2 by providing an alternative authentication driver. | 41 |
paulanthonywilson/basic_auth | An Elixir Plug to easily add basic authentication to an application | 164 |
adamjmcgrath/reactnativesimpleauthexample | An example application demonstrating authentication functionality using react-native-simple-auth | 10 |
admad/cakephp-jwt-auth | Provides JSON Web Token-based authentication for CakePHP applications | 163 |
jajaperson/nestjs-auth0 | An example NestJS application that uses Auth0 via Passport for authentication. | 208 |
auth0/express-jwt-authz | Protects access to endpoints by validating JWT scopes and permissions. | 97 |
estrada9166/server-authentication-next.js | An example of server-side authentication using JWT tokens in Next.js | 106 |
jonpsmith/authpermissions.aspnetcore | A comprehensive authorization and multi-tenant library for ASP.NET Core applications | 822 |
tg123/go-htpasswd | A Go library to validate user credentials against an HTTPasswd file. | 39 |
auth0-blog/nextjs-got | An authentication solution for a Next.js application using Auth0 | 33 |