Releases: Amsterdam/openstad-oauth2-server
Releases · Amsterdam/openstad-oauth2-server
v0.25.12
What's Changed
- Feature/whitelist sender emails by @ferhany2002 in #25
New Contributors
- @ferhany2002 made their first contribution in #25
Full Changelog: v0.25.11...v0.25.12
v0.25.11
v0.25.10
What's Changed
- Remove sensitive user properties from users by @TerryvanWalen in #23
Full Changelog: v0.25.9...v0.25.10
v0.25.9
v0.25.8: Feature/2fa rate limiter (#20)
* add twoFactor brute force rate limiting * use IP for twoFactor brute force rate limiting * use user id as bruteKey * set correct names for functions
v0.25.7
What's Changed
- Create own qrCode by @TerryvanWalen in #19
New Contributors
- @TerryvanWalen made their first contribution in #19
Full Changelog: v0.25.6...v0.25.7
v0.25.6: Change relative urls to absolute (#18)
* add logging in code * debugging, add logging * temporarily disable allowed domains check for debugging * add logging in /dialog/authorize route middleware * debugging remove res.locals in logging * add url met domain * debugging add APP_URL to urls * set appUrl in layout * set complete URL for several autorizeUrls * add complete URL to checkRequiredUserFields redirect * set full URL at template POST button * add logging for debugging check2FA function * fix defaultValue for twoFactorRoles in client model * add logging for debugging allowedDomains * change regex in seeds script, so also the path is removed from an URL (for allowed domains) * add debugging code * fix redirects to correctpath * fix redirect with APP_URL * added a lot of APP_URL env to redirects * use force flag for db syncing * add directConnection paramater to mongo connection string * remove directConnection parameter from mongo connection string * add appUrl to views via controllers * remove logging triggering an error * cleanup
v0.25.6-debug
remove logging triggering an error
v0.25.5-debug
remove directConnection parameter from mongo connection string
Debug connection to MongoDB with multiple pods
By adding the directConnection
-paramater to the connection string