Releases: nyancodeid/bandwidth-hero-proxy
Releases · nyancodeid/bandwidth-hero-proxy
Version v2.2.0
Version 2.2.0
- Add regenerate token function in admin page.
- Make token shorten from 32 character to 6 character.
- Add rethinkdb password
- Update API Route from
admin/user
toadmin/api/user
. - Add API Route POST:
admin/api/token
. - Fix typo.
- Fix GZip compression problem behind nginx reserve proxy.
Version 2.1.0
Changelog:
- Replace redis -> rethinkdb.
- Using tokens instead of basic authentication.
- New service path, from "/:userId" to "/s/:username/:token"
- Update admin users view
Version 2.0.0
Changelog:
- Update Boilerplate (ES6, Unit Testing, and Env).
- Implement Redis
- Simple Admin Page