TODO.md: update API todos

This commit is contained in:
Eric Chiang 2016-10-04 00:29:39 -07:00
parent 0be8cc723a
commit 3faae324e9
1 changed files with 0 additions and 9 deletions

View File

@ -8,15 +8,6 @@ OpenID Connect / OAuth2
- [ ] Add a "NextSigningKey" to the storage.Keys type so clients can cache more aggressively
- [ ] Support grant_type=password
API
- [ ] Determine best way to expose an API
- [ ] Use access tokens so we don't expose the underlying credentials implementation
- [ ] Support grant_type=client_credentials so clients can operate on their own
- [ ] Figure out a spec for the access tokens so other services can use them
- [ ] Group API, ability to list groups, members, etc.
- [ ] Expose capabilities of the server (implicit support, group API, etc.)
Connectors
- [ ] Port BitBucket connector