Skip to content

Instantly share code, notes, and snippets.

@zoltanarvai
Last active March 23, 2019 10:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zoltanarvai/372f3899704c181c71e52273db2f2797 to your computer and use it in GitHub Desktop.
Save zoltanarvai/372f3899704c181c71e52273db2f2797 to your computer and use it in GitHub Desktop.
OrdersSample mix Setup
# Generate your sample application
# mix phx.new orders-sample --app orders --no-webpack --no-html
# Add this to your deps in mix config
[
{:guardian, "~> 1.2.1"}, # Guardian library
{:httpoison, "~> 1.5"} # We'll use it to make HTTP Requests to Auth0
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment