Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)