Bookmarks tagged [authorization]
https://developer.okta.com/blog/2019/08/22/okta-authjs-pkce
In this post, you’ll learn some foundational concepts of OIDC and OAuth2. You’ll be guided through a simple SPA example written in Vue.js that starts with the older (now deprecated) Implicit flow and ...
- 📆 published on: 2019-09-22
- tags: oauth2, authorization, pkce
https://developer.okta.com/blog/2019/05/01/is-the-oauth-implicit-flow-dead
You may have heard some buzz recently about the OAuth 2.0 Implicit flow. The OAuth Working Group has published some new guidance around the Implicit flow and JavaScript-based apps, specifically that t...
- 📆 published on: 2019-05-01
- tags: oauth2, authorization
https://www.janua.fr/pkce-support-with-keycloak-7-0/
PKCE support with Keycloak 7.0: Keycloak 7.0 has been released on Aug 25th 2019 with PKCE support. This represents a major breakthrough for all mobile apps to increase security and to mitigate malicio...
- tags: keycloak, oauth2, authentication, authorization
https://medium.com/@darahayes/keycloak-authentication-and-authorization-in-graphql-ad0a1685f7da
Learn how to add Keycloak auth to Node.js GraphQL server applications. Including Authentication and Role Based Access Control using the @auth
and @hasRole
in the GraphQL Schema.
It's basically an...
Acl9 is a role-based authorization system that provides a concise DSL for securing your Rails application.
- tags: ruby, authorization
- source code
https://github.com/chaps-io/access-granted
Multi-role and whitelist based authorization gem for Rails.
- tags: ruby, authorization
- source code
https://github.com/nathanl/authority
ORM-neutral way to authorize actions in your Rails app.
- tags: ruby, authorization
- source code
https://github.com/CanCanCommunity/cancancan
Continuation of CanCan, an authorization Gem for Ruby on Rails.
- tags: ruby, authorization
- source code
https://github.com/stffn/declarative_authorization
An authorization Rails plugin using a declarative DSL for specifying authorization rules in one place.
- tags: ruby, authorization
- source code
https://github.com/elorest/petergate
Easy to use and read action and content based authorizations.
- tags: ruby, authorization
- source code
https://github.com/elabs/pundit
Minimal authorization through OO design and pure Ruby classes.
- tags: ruby, authorization
- source code
https://github.com/stalniy/casl
Isomorphic authorization for UI and API.
- tags: node.js, authorization
- source code
https://github.com/casbin/node-casbin
Authorization library that supports access control models like ACL, RBAC and ABAC.
- tags: node.js, authorization
- source code
https://www.youtube.com/watch?v=996OiexHze0
Developer Advocate Nate Barbettini breaks down OpenID and OAuth 2.0 in Plain English Find Nate's slides here: [https://speakerdeck.com/nbarbettini/oauth-and-openid-connect-in-plain-english](https://sp...
- 📆 published on: 2018-02-05
- tags: oauth2, openid-connect, security, authentication, authorization