Skip to content

Commit 569f33a

Browse files
committed
Update change log and README with pass thru params
1 parent a6774e7 commit 569f33a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
# Changelog
22

3+
## [v1.5.1](https://github.com/ccrockett/omniauth-keycloak/tree/v1.5.1) (2023-03-01)
4+
5+
[Full Changelog](https://github.com/ccrockett/omniauth-keycloak/compare/v1.5.0...v1.5.1)
6+
7+
**Merged pull requests:**
8+
9+
- Add ability to get params from request and pass thru to keycloak url [\#24](https://github.com/ccrockett/omniauth-keycloak/pull/24) ([ccrockett](https://github.com/ccrockett))
10+
311
## [v1.5.0](https://github.com/ccrockett/omniauth-keycloak/tree/v1.5.0) (2023-03-01)
412

513
[Full Changelog](https://github.com/ccrockett/omniauth-keycloak/compare/v1.4.4...v1.5.0)
614

715
**Closed issues:**
816

917
- When in test mode, setup phase tries to fetch Keycloak configuration [\#32](https://github.com/ccrockett/omniauth-keycloak/issues/32)
10-
- Dependency update - json-jwt [\#36](https://github.com/ccrockett/omniauth-keycloak/issues/36)
1118

1219
**Merged pull requests:**
1320

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ end
112112
name: 'keycloak'
113113
end
114114
```
115+
* __Pass params from request thru to Keycloak__
116+
See [PR #24](https://github.com/ccrockett/omniauth-keycloak/pull/24) for details on how to configure this.
115117

116118
## Contributing
117119

0 commit comments

Comments
 (0)