Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.48 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.48 KB

JSON Web Token Authentication: An Elixir on Phoenix 1.4 JWT Auth API with a React Native Client

App by Nick West. Email Nick at [email protected]

This is the companion repo for JWT Auth with an Elixir on Phoenix API and React Native Client, a guide in three parts:

To run these applications together, clone this repository and:

Run the Phoenix API

  • cd Elixir-Phoenix-API
  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Start Phoenix server with mix phx.server

Run the React Native App

  • cd React-Native-Client
  • Install dependencies with yarn install or npm i
  • Run in simulator or connected device with react-native run-ios or react-native run-android

Further Documentation

Docs for the Elixir on Phoenix JWT API

Docs for the React Native JWT Client App

🍹 Tips Appreciated 😉

My Bitcoin address: 1QJuBzHpis4jqQXnSuYxKzGS4Yu3GHhNtX