Ueberauth Example Save

Example Phoenix application using Überauth for authentication

Project README

Überauth Example

License

Using Überauth for authentication in Phoenix.

This project demonstrates how to use Überauth and multiple strategies to provide authentication for a Phoenix application. The project has been setup to run on Heroku can can be found at ueberauth-example.herokuapp.com.

In this example we'll use five strategies:

Setup

  1. Ensure the following prerequisites are met/installed:
  • Erlang 23
  • Elixir 1.11
  1. Retrieve app ids and secrets and set environment variables:

  2. Clone the project:

    $ git clone https://github.com/ueberauth/ueberauth_example.git
    $ cd ueberauth_example
    
  3. Fetch dependencies:

    $ mix deps.get && npm install --prefix assets
    
  4. Run server:

    $ mix phx.server
    
  5. Authenticate at http://localhost:4000!

Configuration

See Überauth for detailed instructions.

License

Please see LICENSE for licensing details.

Open Source Agenda is not affiliated with "Ueberauth Example" Project. README Source: ueberauth/ueberauth_example
Stars
218
Open Issues
7
Last Commit
5 months ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating