You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
## [Unreleased]
8
8
There are currently no unreleased changes.
9
9
10
+
## [v0.0.1] - 2020-06-12
11
+
### Added
12
+
- Support for original request path and method specification through headers (see [nginx docs](https://docs.nginx.com/nginx/admin-guide/security-controls/configuring-subrequest-authentication/)).
13
+
- Server and Authentication sections to Config.
14
+
15
+
### Removed
16
+
- JWT validation related flags moved to YAML configuration.
17
+
10
18
## v0.0.0 - 2020-06-01
11
19
This is the first version that includes the following functionality:
12
20
- YAML configuration support
@@ -16,4 +24,5 @@ This is the first version that includes the following functionality:
16
24
- Claims-based authorization
17
25
- Pure authorization server and reverse proxy modes
0 commit comments