# API Tokens - [x] #85 - [ ] deactivate token - [ ] show token in user profile - [ ] show tokens (maybe with activity) for admins - [ ] implement different privilege levels # API backend Implement in python maybe? - [ ] Check action against API token (better would be signing the request with API token) e.g. [here](https://docs.bigbluebutton.org/dev/api.html#usage) - [ ] Implement requests such as list all books, etc.. - [ ] Log API interactions - [ ] Rate limiting
API Tokens
API backend
Implement in python maybe?