https://github.com/kiliczsh/jwt-lab
https://github.com/kiliczsh/jwt-lab
jwt lab security
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kiliczsh/jwt-lab
- Owner: kiliczsh
- Created: 2022-12-20T17:13:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-20T17:16:17.000Z (over 3 years ago)
- Last Synced: 2025-03-17T20:32:16.970Z (over 1 year ago)
- Topics: jwt, lab, security
- Language: Ruby
- Homepage:
- Size: 232 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```