Skip to content

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

License

Notifications You must be signed in to change notification settings

njwest/React-Native-Elixir-Phoenix-JWT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 mail@nickwe.st

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published