Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
leberKleber committed Jan 17, 2021
1 parent 3e92e3e commit 15fd462
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changelog
## unreleased
## v1.1.0
- [[#3] secure admin api password config](https://github.com/leberKleber/simple-jwt-provider/issues/10)
- [[#9] make jwt lifetime configurable](https://github.com/leberKleber/simple-jwt-provider/issues/9)
- [[#6] refresh mechanism](https://github.com/leberKleber/simple-jwt-provider/issues/6)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ go build -o simple-jwt-provider ./cmd/provider/
- [Configuration](#configuration)
- [API](#api)
- [POST `/v1/auth/login`](#post-v1authlogin)
- [POST `/v1/auth/refresh`](#post-v1authrefresh)
- [POST `/v1/auth/password-reset-request`](#post-v1authpassword-reset-request)
- [POST `/v1/auth/password-reset`](#post-v1authpassword-reset)
- [POST `/v1/admin/users`](#post-v1adminusers)
Expand Down

0 comments on commit 15fd462

Please sign in to comment.