dwyl/learn-json-web-tokens

Translate Example to Elixir

开放

#104 创建于 2019年3月25日

 (4 条评论) (3 个反应) (1 位负责人)JavaScript (267 个派生)batch import
T1henhancementhelp wantedtechnical

仓库指标

星标
 (4,175 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南