An open API service indexing awesome lists of open source software.

https://github.com/kiliczsh/jwt-lab


https://github.com/kiliczsh/jwt-lab

jwt lab security

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

This is a JSON Web Token challenge lab.

Docker
---
```bash
docker-compose build
docker-compose up
# visit localhost:3000 and wait for a while until boot up
```
---

For local:
---
```
git clone https://github.com/kiliczsh/jwt-lab
ruby -v
cd jwt-lab
bundle install
npm install
rails db:migrate
rails s
```