/orders-sample

Sample application to demonstrate configuring Phoenix with Auth0 and Guardian

Primary LanguageElixir

Orders

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

This is a sample application written to demonstrate how to use Auth0 and Phoenix with Guardian, in machine to machine API authentication scenarios. See the realted blog posts here: API Authentication with Phoenix, Auth0 and Guardian