volesen / kys

Know-your-student (kys)
https://verify.college
1 stars 0 forks source link

Verified student status JWT #12

Closed volesen closed 1 month ago

volesen commented 1 month ago

The token could for example contain the following:

{ "name": "Vincent Olesen", "university": "Danmarks Tekniske Universitet", "state": "approved" } in addition to the JWT specific fields.

To handle private-public keys: https://aws.github.io/chalice/samples/todo-app/index.html#id6 To generate JWT tokens: https://aws.github.io/chalice/samples/todo-app/index.html#id6