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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
New Features 🎉
#146[LS] Introduces /token/generate?group-prefixes case-sensitivity control in #149
Previously existing /token/generate?group-prefixes=prefixHere is no longer case-sensitive by default. One may add &case-sensitive=true to bring back previous behavior.
Migration notes from v1.6 and older
Login service v1.6.0 and older's /token/generate?group-prefixes=prefixesHere equivalent will now be /token/generate?group-prefixes=prefixesHere&case-sensitive=true
if you want to keep using case-sensitive group filtering, you need to add &case-sensitive=true to your token-generating request URL
if this change is welcome (i.e. you benefit from case-insensitive filtering - you had to put in multiple cases of the same prefix to match), you need to do nothing (or even simplify the groups prefixes that are the same except for casing)