Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ueberauth/guardian_phoenix
A collection of helpers for when using Guardian with Phoenix
https://github.com/ueberauth/guardian_phoenix
authentication elixir elixir-lang guardian phoenix phoenix-framework
Last synced: 1 day ago
JSON representation
A collection of helpers for when using Guardian with Phoenix
- Host: GitHub
- URL: https://github.com/ueberauth/guardian_phoenix
- Owner: ueberauth
- License: mit
- Created: 2019-01-16T04:11:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-17T18:08:47.000Z (over 3 years ago)
- Last Synced: 2025-01-26T02:12:52.182Z (16 days ago)
- Topics: authentication, elixir, elixir-lang, guardian, phoenix, phoenix-framework
- Language: Elixir
- Homepage:
- Size: 27.3 KB
- Stars: 46
- Watchers: 7
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Guardian.Phoenix
Integration of Guardian and Phoenix.
## Installation
```elixir
def deps do
[
{:guardian_phoenix, "~> 2.0"}
]
end
```## Documentation
API documentation is available at [hexdocs/guardian_phoenix](https://hexdocs.pm/guardian_phoenix/Guardian.Phoenix.Socket.html)