Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Adds Keycloak support #174

Merged
merged 12 commits into from
Aug 21, 2021
Merged
Prev Previous commit
Next Next commit
🔖 Bumps to V 1.6.5 and updates changelog
  • Loading branch information
Lissy93 committed Aug 21, 2021
commit ee2f3305d58a47c9b475352a7042c802b447ca09
4 changes: 4 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## ✨ 1.6.5 - Adds support for Secure Authentication using Keycloak [PR #174](https://github.com/Lissy93/dashy/pull/174)
- Major restructure of auth config
- Implements keycloak support, adds docs and updates schema

## ✨ 1.6.4 - Adds functionality for Granular Auth Control [PR #171](https://github.com/Lissy93/dashy/pull/171)
- Enables sections to be visible for all users except for those specified
- Enables sections to be hidden from all users except for those specified
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Dashy",
"version": "1.6.4",
"version": "1.6.5",
"license": "MIT",
"main": "server",
"scripts": {
Expand Down Expand Up @@ -90,4 +90,4 @@
"> 1%",
"last 2 versions"
]
}
}