authorization
Here are 1,613 public repositories matching this topic...
Apereo CAS - Enterprise Single Sign On for all earthlings and beyond.
-
Updated
Aug 24, 2020 - Java
An authorization library that supports access control models like ACL, RBAC, ABAC in Golang
-
Updated
Aug 24, 2020 - Go
Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.
-
Updated
Aug 24, 2020 - Ruby
An open source, general-purpose policy engine.
-
Updated
Aug 24, 2020 - Go
A binary authorization system for macOS
-
Updated
Jul 29, 2020 - Objective-C
OAuth Proxy
-
Updated
Aug 15, 2020 - JavaScript
Eloquent roles and abilities.
-
Updated
Jul 2, 2020 - PHP
CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access
-
Updated
Aug 24, 2020 - JavaScript
Simple user-authentication solution, embedded into a small framework.
-
Updated
Jun 6, 2020 - PHP
A generic, spec-compliant, thorough implementation of the OAuth request-signing logic
-
Updated
Aug 3, 2020 - Python
Security engine for Java (authentication, authorization, multi frameworks): OAuth, CAS, SAML, OpenID Connect, LDAP, JWT...
-
Updated
Aug 24, 2020 - Java
Handle roles and permissions in your Laravel application
-
Updated
Aug 17, 2020 - PHP
Describe the bug
I think this is a similar problem than what was already reported in ory/fosite#434, but elsewhere in the code. I believe all calls to url.QueryUnescape should be removed from the code. Go already escapes all query/form parameters automatically and unescaping again can just break things.
Example:
func GetRedirectURIFromRequestValues(value
Role and Attribute based Access Control for Node.js
-
Updated
Apr 2, 2020 - TypeScript
A framework agnostic authentication & authorization system.
-
Updated
Apr 5, 2020 - PHP
A distributed single-sign-on framework.(分布式单点登录框架XXL-SSO)
-
Updated
May 5, 2020 - Java
*CURRENTLY UNMAINTAINED*. Authority helps you authorize actions in your Rails app. It's ORM-neutral and has very little fancy syntax; just group your models under one or more Authorizer classes and write plain Ruby methods on them.
-
Updated
Nov 18, 2019 - Ruby
StarHackIt: React/Native/Node fullstack starter kit with authentication and authorisation, data backed by SQL.
-
Updated
Aug 12, 2020 - JavaScript
Full Stack Polls App built using Spring Boot, Spring Security, JWT, React, and Ant Design
-
Updated
Aug 18, 2020 - Java
An Elixir Authentication System for Plug-based Web Applications
-
Updated
Aug 23, 2020 - Elixir
I've read the docs, and it seems you can pass through knex instances, but I didn't see if it supports SQLite3 - could you clarify please?
An authorization library that supports access control models like ACL, RBAC, ABAC in Node.js
-
Updated
Aug 12, 2020 - TypeScript
An authorization library that supports access control models like ACL, RBAC, ABAC in Java
-
Updated
Aug 24, 2020 - Java
Awesome Django authorization, without the database
-
Updated
Aug 19, 2020 - Python
The following guides may be improved with unit test examples:
- https://github.com/danschultzer/pow/blob/master/guides/custom_controllers.md
- https://github.com/danschultzer/pow/blob/master/guides/sync_user.md
-
https://github.com/danschultzer/pow/blob/master/guides/lock_users.md -
https://github.com/danschultzer/pow/blob/master/guides/user_roles.md
There's alread
See the-road-to-graphql/fullstack-apollo-express-postgresql-boilerplate#5 for users domain. Maybe someone wants to add tests for the messages domain too.
Simple yet powerful authorization / authentication client library for Python web applications.
-
Updated
Apr 22, 2020 - Python
@kiwi179 proposes a lookup set for additional functionality
https://wellsb.com/csharp/aspnet/code-first-ef-core-lookup-table-blazor/
https://coding.abel.nu/2013/11/enums-and-lookup-tables-with-ef-code-first/
Encryption at Rest
Track User Logins
Improve this page
Add a description, image, and links to the authorization topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the authorization topic, visit your repo's landing page and select "manage topics."


At least in the latest spec: https://openid.net/specs/openid-connect-rpinitiated-1_0.html
Currently Hydra uses
id_token_hintto determine if logout is RP-initiated or OP-initiated. I do not think this is possible by relaying onid_token_hint.Looking at the implementation of
issueLogoutVerifierI think the logic is correct (ifid_token_hintis missing, you ask for consent, if it is p