-
Updated
Feb 4, 2022 - Ruby
#
authentication
Here are 8,659 public repositories matching this topic...
Flexible authentication solution for Rails with Warden.
The Single Sign-On Multi-Factor portal for web apps
docker
nginx
kubernetes
golang
security
ldap
authentication
cookie
push-notifications
u2f
yubikey
two-factor
totp
sso
traefik
mfa
two-factor-authentication
sso-authentication
2fa
multifactor
-
Updated
Feb 6, 2022 - Go
-
Updated
Feb 5, 2022 - PHP
Apereo CAS - Identity & Single Sign On for all earthlings and beyond.
java
open-source
aws
oauth2
spring-boot
authentication
spring-cloud
openidconnect
authorization
sso
saml2
ldap-authentication
u2f-server
spring-framework
apache2
identity-provider
sso-authentication
websso
spring-webflow
duosecurity
-
Updated
Feb 6, 2022 - Java
OmniAuth is a flexible authentication system utilizing Rack middleware.
-
Updated
Jan 25, 2022 - Ruby
artyorsh
commented
Jan 26, 2019
7
deepstream.io server
-
Updated
Jan 2, 2022 - TypeScript
Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.
ruby
grape
identity
oauth
oauth2
orm
authentication
wiki
oauth2-provider
authorization
wiki-page
sequel
oauth2-server
ruby-on-rails
doorkeeper
rails-controller
grape-endpoints
-
Updated
Feb 5, 2022 - Ruby
Golang gRPC Middlewares: interceptor chaining, auth, logging, retries and more.
-
Updated
Dec 7, 2021 - Go
Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more. Demo (login with guest/welcome) - http://flaskappbuilder.pythonanywhere.com/
-
Updated
Feb 2, 2022 - Python
React Dashboard made with Material UI’s components. Our pro template contains features like TypeScript version, authentication system with Firebase and Auth0 plus many other
react
nodejs
firebase
admin
typescript
dashboard
authentication
dark-theme
reactjs
nextjs
admin-dashboard
auth0
material-theme
mui
firebase-auth
admin-template
material-dashboard
tailwind
devias
-
Updated
Jan 28, 2022 - JavaScript
OAuth Proxy
nodejs
javascript
aws
middleware
oauth
lambda
koa
oauth2
express
node
authentication
aws-lambda
server
js
serverless
hapi
azure
gcp
authorization
vercel
-
Updated
Jan 23, 2022 - JavaScript
Firebase iOS SDK
firebase
authentication
objective-c
push-notifications
database-as-a-service
firebase-auth
firebase-database
firebase-storage
ios-sdk
firebase-authentication
storage-service
firebase-messaging
-
Updated
Feb 6, 2022 - Objective-C
Easy integration with OAuth 2.0 service providers.
-
Updated
Jan 5, 2022 - PHP
rishabhpoddar
commented
Sep 11, 2020
Elixir Authentication
-
Updated
Dec 23, 2021 - Elixir
Flask user session management.
-
Updated
Feb 4, 2022 - Python
Optimized bcrypt in plain JavaScript with zero dependencies.
-
Updated
Dec 4, 2020 - JavaScript
List of sites with two factor auth support which includes SMS, email, phone calls, hardware, and software.
-
Updated
Feb 6, 2022 - SCSS
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
A demo for using JWT (Json Web Token) with Spring Security and Spring Boot 2
-
Updated
Oct 1, 2020 - Java
boilerplate
babel
dotenv
coverage
express
node
mocha
yarn
mongodb
authentication
eslint
es6
mongoose
bluebird
jsonwebtoken
-
Updated
Jul 15, 2020 - JavaScript
Secure Git credential storage for Windows with support for Visual Studio Team Services, GitHub, and Bitbucket multi-factor authentication.
github
git
windows
tfs
visual-studio
authentication
bitbucket
visual-studio-code
visual-studio-team-services
multi-factor-authentication
credential-storage
-
Updated
Nov 4, 2021 - C#
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.
laravel
localization
authentication
google-maps
laravel-framework
laravel-documentation
homestead
users
roles
user-management
socialite
registration
user-profile
dropzonejs
social-authentication
two-step-authentication
socialite-logins
gravatar-api
-
Updated
Feb 1, 2022 - PHP
A simple Flask boilerplate app with SQLAlchemy, Redis, User Authentication, and more.
-
Updated
Nov 18, 2021 - Python
An SWT based API for managing users and issuing SWT tokens
-
Updated
Jan 19, 2022 - Go
You don't have the time to watch all the WWDC session videos yourself? No problem me and many contributors extracted the gist for you 🥳
macos
swift
security
ios
design
apple
networking
authentication
tvos
watchos
ipad
safari
session
nfc
videos
wwdc
hacktoberfest
darkmode
swiftui
-
Updated
Oct 30, 2020 - Shell
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."
The way
basic-tests
is written currently, each adapter method test run depend on previous tests to succeed. This way easier to write initially, but as a result, it is much harder to debug the original cause of an issue while debugging/working on an adapter.We should refactor
basic-tests
so tests don't rely on each other to succeed.