All Projects → psecio → Gatekeeper

psecio / Gatekeeper

Gatekeeper: An Authentication & Authorization Library

Projects that are alternatives of or similar to Gatekeeper

Stuntman
Library for impersonating users during development leveraging ASP.NET Identity.
Stars: ✭ 285 (-19.94%)
Mutual labels:  authentication, authorization
Gin Oauth2
Middleware for Gin Framework users who also want to use OAuth2
Stars: ✭ 351 (-1.4%)
Mutual labels:  authentication, authorization
Express Graphql Mongodb Boilerplate
A boilerplate for Node.js apps / GraphQL-API / Authentication from scratch - express, graphql - (graphql compose), mongodb (mongoose).
Stars: ✭ 288 (-19.1%)
Mutual labels:  authentication, authorization
Spring Security Pac4j
pac4j security library for Spring Security: OAuth, CAS, SAML, OpenID Connect, LDAP, JWT...
Stars: ✭ 231 (-35.11%)
Mutual labels:  authentication, authorization
Keycloak Nodejs Admin Client
🔑 NodeJS keycloak admin client
Stars: ✭ 309 (-13.2%)
Mutual labels:  authentication, authorization
Sureness
A simple and efficient open-source security framework that focus on protection of restful api.
Stars: ✭ 254 (-28.65%)
Mutual labels:  authentication, authorization
Fullstack Apollo Express Mongodb Boilerplate
💥A sophisticated GraphQL with Apollo, Express and MongoDB boilerplate project.
Stars: ✭ 301 (-15.45%)
Mutual labels:  authentication, authorization
Registration Login Spring Hsql
Registration and Login Example with Spring Security, Spring Boot, Spring Data JPA, HSQL, JSP
Stars: ✭ 208 (-41.57%)
Mutual labels:  authentication, authorization
Oxauth
OAuth 2.0 server and client; OpenID Connect Provider (OP) & UMA Authorization Server (AS)
Stars: ✭ 308 (-13.48%)
Mutual labels:  authentication, authorization
Annon.api
Configurable API gateway that acts as a reverse proxy with a plugin system.
Stars: ✭ 306 (-14.04%)
Mutual labels:  authentication, authorization
Stormpath Sdk Java
Official Java SDK for the Stormpath User Management REST API
Stars: ✭ 221 (-37.92%)
Mutual labels:  authentication, authorization
Openid Connect Php
Minimalist OpenID Connect client
Stars: ✭ 336 (-5.62%)
Mutual labels:  authentication, authorization
Mosquitto Go Auth
Auth plugin for mosquitto.
Stars: ✭ 212 (-40.45%)
Mutual labels:  authentication, authorization
React Redux Firebase Authentication
🔥Boilerplate Project for Authentication with Firebase in React and Redux
Stars: ✭ 265 (-25.56%)
Mutual labels:  authentication, authorization
Run Aspnetcore Realworld
E-Commerce real world example of run-aspnetcore ASP.NET Core web application. Implemented e-commerce domain with clean architecture for ASP.NET Core reference application, demonstrating a layered application architecture with DDD best practices. Download 100+ page eBook PDF from here ->
Stars: ✭ 208 (-41.57%)
Mutual labels:  authentication, authorization
Jaguar
Jaguar, a server framework built for speed, simplicity and extensible. ORM, Session, Authentication & Authorization, OAuth
Stars: ✭ 286 (-19.66%)
Mutual labels:  authentication, authorization
Feathers Vue
A boiler plate template using Feathers with Email Verification, Vue 2 with Server Side Rendering, stylus, scss, jade, babel, webpack, ES 6-8, login form, user authorization, and SEO
Stars: ✭ 195 (-45.22%)
Mutual labels:  authentication, authorization
Superb
Pluggable HTTP authentication for Swift.
Stars: ✭ 206 (-42.13%)
Mutual labels:  authentication, authorization
Securing Restful Apis With Jwt
How to secure a Nodejs RESTful CRUD API using JSON web tokens?
Stars: ✭ 301 (-15.45%)
Mutual labels:  authentication, authorization
Grant
OAuth Proxy
Stars: ✭ 3,509 (+885.67%)
Mutual labels:  authentication, authorization

Gatekeeper: An Authentication & Authorization Library

Travis-CI Build Status Code Climate Total Downloads

The Gatekeeper library is a simple drop-in library that can be used to manage users, permissions and groups for your application. The goal is to make securing your application as simple as possible while still providing a solid and secure foundation to base your user system around.

Gatekeeper is best classified as a Role-Base Access Control (RBAC) system with users, groups and permissions. It is framework-agnostic and is set up to use its own database for the user handling.

More Information: For more information on the library, please see the official project documentation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].