iNoSec2 / jwt-lab

Lab for learning JWT.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a JSON Web Token challenge lab. Feel free to clone it or visit it at https://jwt-lab.herokuapp.com/

If you want to get it working on your own computer/server.

git clone https://github.com/h-a-c/jwt-lab

sudo snap install ruby --classic

cd jwt-lab

bundle install

rails db:migrate

rails s

You might have some issues with bundle install but nothing a google search can't help with.

About

Lab for learning JWT.


Languages

Language:Ruby 65.1%Language:HTML 27.2%Language:JavaScript 5.3%Language:CSS 2.4%