Closed iaean closed 1 year ago
To support https://github.com/dns3l/web/issues/21 it would be great if the server can publish a configured token groups delimiter and prefix to the client. API /info seems the natural candidate.
/info
{ "version": { }, "contact": { }, "auth": { "groups-prefix": "PRE_", "groups-domain-delim": "_" } }
In the same context it would be great to streamline the config a little bit.
auth: groups_prefix: PRE_ # default "" (empty) # groups_replace_dot: true | false groups_domain_delim: _ # default "." or "" (empty)
Actually the delimiter is hardcoded to _. Which is probably not very flexible.
_
To support https://github.com/dns3l/web/issues/21 it would be great if the server can publish a configured token groups delimiter and prefix to the client. API
/info
seems the natural candidate.In the same context it would be great to streamline the config a little bit.
Actually the delimiter is hardcoded to
_
. Which is probably not very flexible.