auth-server-helper/CHANGELOG.md
Timo Hocker 85a5f3c2fb
Some checks failed
continuous-integration/drone/push Build is failing
allow gateway without redirection, manual request handling
2022-01-03 14:44:27 +01:00

19 lines
344 B
Markdown

# Changelog
## 2.1.0
- Allow access to Gateway functions like authenticate, get_cookie_auth, get_header_auth, redirect, deny
- Allow Gateway to deny a request in case no redirect url is specified
## 2.0.0
Complete redesign
## 1.1.0
add user_id to res.connection, so request handlers can access the current user
## 1.0.0
initial release