Firstyear
Firstyear
Sorry for my relative silence, I'm going to try to review this today :)
PS: @yaleman was right, sessions should have been separate entries.
We're rewriting the webui right now so I think it's a non-issue, lets leave the redirect alone. The way we handle the re-auth is actually client side - it means...
Actually, I think I completely misread this whole issue. I thought we'd fixed this in #2884, what version of the cli tool are you using?
@joostrijneveld We use sessions (even if expired) for login-name autocomplete (at least I think we do, don't we @yaleman ? )
Well, I'll defer to you on this one @yaleman, I don't really have strong views either way here. :)
Seems to be waiting on AuthenticatorBackend being implemented on USBTransport.
Turns out this is pretty much *almost* done, I just need to add freebsd support
What are you trying to achieve with these chars in the claim map? Currently the syntax is limited to OAUTHSCOPE_RE which is `^[0-9a-zA-Z_]+$`. The reason for this is that with...
The naming won't change. `json` here means `json array`. for example: ``` json: ["A.Writer", "A.Reader", "B.Reader"] ssv: "A.Writer A.Reader B.Reader" csv: "A.Writer,A.Reader,B.Reader" ``` This is how each join strategy will...