Skip to content

Releases: nyancodeid/bandwidth-hero-proxy

Version v2.2.0

04 Sep 12:50
5e97fc1
Compare
Choose a tag to compare

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 to admin/api/user.
  • Add API Route POST: admin/api/token.
  • Fix typo.
  • Fix GZip compression problem behind nginx reserve proxy.

Version 2.1.0

25 Aug 11:10
Compare
Choose a tag to compare

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

25 Aug 11:12
Compare
Choose a tag to compare

Changelog:

  • Update Boilerplate (ES6, Unit Testing, and Env).
  • Implement Redis
  • Simple Admin Page