issues
search
ComputerScienceHouse
/
game-night
A board and card games database for Computer Science House.
https://game-night.csh.rit.edu
3
stars
5
forks
source link
Add API access keys
#20
Closed
mfrancis95
closed
6 years ago
mfrancis95
commented
6 years ago
Add
/api/key
endpoint for generating keys and storing them in the database, only accessible by gamemasters.
By default, generate read-only keys. Use an endpoint like
/api/key/write
to generate full-permission keys.
Replace the other
/api
endpoints' OAuth with access key authentication.
/api/key
endpoint for generating keys and storing them in the database, only accessible by gamemasters./api/key/write
to generate full-permission keys./api
endpoints' OAuth with access key authentication.