osu-cs493-sp22 / final-project-team-30

CS 493 Final Project Team 30
0 stars 1 forks source link

User Authorization #4

Closed walshb421 closed 2 years ago

walshb421 commented 2 years ago

Many of the endpoints in the Tarpaulin API require authorization, as described in the Tarpaulin OpenAPI specification. You may implement this using the standard JWT-based authorization scheme we discussed in class.

walshb421 commented 2 years ago

Authenticated users having the ability to make more requests (tokens) per minute still needs to be implemented. Otherwise rate limiting is finished so I am moving the user authenticated rate limiting to this issue.