dwyl/learn-json-web-tokens

Translate Example to Elixir

Open

#104 aperta il 25 mar 2019

Vedi su GitHub
 (4 commenti) (3 reazioni) (1 assegnatario)JavaScript (267 fork)batch import
T1henhancementhelp wantedtechnical

Metriche repository

Star
 (4175 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

This tutorial is great for JavaScript but it would be amaze to have it in Elixir from first principals to understand how to authenticate a request using JWT.

Todo

  • Investigate which JWT signing/verification package we can use in Elixir
  • Write a basic web server that requires a JWT Auth header to access a protected resource For a basic Elixir Web Server, see: https://github.com/dwyl/hits-elixir (no phoenix! 😮)
  • Tests!
  • write this up in a file called elixir-example.md

@RobStallion we briefly discussed this on the call today. Please add any other acceptance criteria you feel are relevant.

Guida contributor