Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shankardevy/passport
Provides authentication for phoenix application
https://github.com/shankardevy/passport
authentication devise elixir phoenix
Last synced: 1 day ago
JSON representation
Provides authentication for phoenix application
- Host: GitHub
- URL: https://github.com/shankardevy/passport
- Owner: shankardevy
- License: other
- Archived: true
- Created: 2015-04-24T13:02:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-31T12:46:19.000Z (over 7 years ago)
- Last Synced: 2024-09-21T13:21:31.377Z (4 months ago)
- Topics: authentication, devise, elixir, phoenix
- Language: Elixir
- Homepage:
- Size: 148 KB
- Stars: 160
- Watchers: 16
- Forks: 37
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Passport
## Experimental.Passport is an easy to use Authentication library for Phoenix 1.3.
Passport is rewritten to make use of the context design pattern of Phoenix 1.3.
Passport organises the code in your project in the directory `lib/your_app/auth`
## Installation and Usage
1. Add passport to your list of dependencies in `mix.exs`:
def deps do
[{:passport, git: "https://github.com/opendrops/passport.git"}]
end2. `$ mix do deps.get, compile`
3. `$ mix passport.setup`
4. Follow the instruction displayed on screen.
## State of development
This project is currently under development. Though it works, there are a lot of scope for improvement and not thoroughly tested. My goal is to make Passport a solid library for authentication. See the issues queues for the list of tasks to be done.
## License
Passport is Copyright © 2017 Opendrops. It is free software, and may be
redistributed under the terms specified in the MIT-LICENSE file.## About Opendrops
![Opendrops](http://www.opendrops.com/img/logo.png)
Passport is maintained and funded by Opendrops. We love open source software! If you have a project in Elixir or Ruby, get in touch with us.