All Projects → madeinussr → phoenix_simple_auth

madeinussr / phoenix_simple_auth

Licence: other
Codebase for my tutorial-like article

Programming Languages

elixir
2628 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

SimpleAuth

Codebase for my tutorial-like article

(Simple Phoenix project's authentication/authorization implementation based on Guardian, plugs & pipelines)

To start this app:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with npm install
  • Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].