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