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: about 1 year 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)