This repository has been archived on 2022-08-17. You can view files and clone it, but cannot push or open issues or pull requests.
dex/Documentation/roadmap.md

32 lines
955 B
Markdown
Raw Normal View History

# dex 0.4 Roadmap
2015-12-29 16:04:49 -08:00
These are the roadmap items for the dex team over the 0.4 release cycle (in no particular order).
2015-12-29 16:04:49 -08:00
## Groups
2015-12-29 16:04:49 -08:00
Start work on groups.
2015-12-29 16:04:49 -08:00
* Add groups (#175)
2015-12-29 16:04:49 -08:00
## Refresh tokens
2015-12-29 16:04:49 -08:00
Finish work on refresh token revocation.
2015-12-29 16:04:49 -08:00
* API endpoints for revoking refresh tokens (#261)
2015-12-29 16:04:49 -08:00
## dexctl rework
2015-12-29 16:04:49 -08:00
Deprecating dexctls --db-url flag. Achieve feature parity between existing commands and the bootstrapping API, then have all dexctl actions go through that.
* Overarching issue of deprecating --db-url flag (#298)
* Add client registration to bootstrapping API (#326)
* Set connector configs through bootstrapping API (#360)
## Further server side cleanups
Establish idioms for handling HTTP requests, create a storage interface for backends, and continue to improve --no-db mode.
* Improve server code and storage interfaces (#278)
* Fix client secrets encoding in --no-db mode (#337)
* Easier specification of passwords in --no-db mode (#340)