All Projects → joaomdmoura → keeper

joaomdmoura / keeper

Licence: other
Flexible and Simple authentication solution for Phoenix

Programming Languages

elixir
2628 projects

Projects that are alternatives of or similar to keeper

Bodyguard
Simple authorization conventions for Phoenix apps
Stars: ✭ 523 (+1837.04%)
Mutual labels:  phoenix, authorization
Sphinx
Authorization library for Phoenix web framework
Stars: ✭ 19 (-29.63%)
Mutual labels:  phoenix, authorization
Authex
Authex is an opinionated JWT authentication and authorization library for Elixir.
Stars: ✭ 73 (+170.37%)
Mutual labels:  phoenix, authorization
bouncer
Token-based authorization and session management for Phoenix (Elixir)
Stars: ✭ 27 (+0%)
Mutual labels:  phoenix, authorization
Pow
Robust, modular, and extendable user authentication system
Stars: ✭ 1,213 (+4392.59%)
Mutual labels:  phoenix, authorization
Formex
A better form library for Phoenix
Stars: ✭ 206 (+662.96%)
Mutual labels:  phoenix
Conduit
RealWorld example backend implementing the CQRS/ES pattern in Elixir and Phoenix
Stars: ✭ 253 (+837.04%)
Mutual labels:  phoenix
Docker Web Framework Examples
Example apps that demonstate how to use Docker with your favorite web frameworks.
Stars: ✭ 204 (+655.56%)
Mutual labels:  phoenix
Changelog.com
Changelog is news and podcast for developers. This is our open source platform.
Stars: ✭ 2,354 (+8618.52%)
Mutual labels:  phoenix
phoenix assets webpack
Asset Pipeline with Webpack on Phoenix
Stars: ✭ 52 (+92.59%)
Mutual labels:  phoenix
undertow-pac4j
Security library for Undertow: OAuth, CAS, SAML, OpenID Connect, LDAP, JWT...
Stars: ✭ 35 (+29.63%)
Mutual labels:  authorization
Params
Easy parameters validation/casting with Ecto.Schema, akin to Rails' strong parameters.
Stars: ✭ 239 (+785.19%)
Mutual labels:  phoenix
Codebattle
Codebattle game
Stars: ✭ 209 (+674.07%)
Mutual labels:  phoenix
role-based-access-control
Role-based authorization || Role-based access-control in React.js
Stars: ✭ 111 (+311.11%)
Mutual labels:  authorization
Realtime
Listen to your to PostgreSQL database in realtime via websockets. Built with Elixir.
Stars: ✭ 4,278 (+15744.44%)
Mutual labels:  phoenix
glasnost
Glasnost is a GraphQL app server for Golos/Steem
Stars: ✭ 23 (-14.81%)
Mutual labels:  phoenix
Observer live
A port of observer_cli using LiveView
Stars: ✭ 202 (+648.15%)
Mutual labels:  phoenix
Pow assent
Multi-provider authentication for your Pow enabled app
Stars: ✭ 236 (+774.07%)
Mutual labels:  phoenix
auth
Auth objects for CakePHP
Stars: ✭ 28 (+3.7%)
Mutual labels:  authorization
Heroku Buildpack Phoenix Static
A Heroku buildpack for building Phoenix's static assets
Stars: ✭ 225 (+733.33%)
Mutual labels:  phoenix

Keeper Logo

Flexible and out of the box authentication solution for Phoenix ~ Devise like

Build Status Ebert Inline docs Deps Status

Disclaimer

Keeper is under heavy development and is still on it's first RC, you are more then welcome to contribute, but I'd definitely not recommend using it right now.

Installation

  1. Add keeper to your list of dependencies in mix.exs:
def deps do
  [{:keeper, "~> 0.0.1-rc"}]
end
  1. Ensure keeper is started before your application:
def application do
  [applications: [:keeper]]
end
  1. Run the installer
You can replace `User` by the name of the module you want **Keeper** to create,
or be applied to (if it already exists) followed by it's downcased plural name.
$ mix keeper.install User users
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].