Brian Van Klaveren
Brian Van Klaveren
Any thoughts on this enhancement?
This would still be a nice PR to take a look at...
I'm going to go ahead and comment on this again, as I noticed you are deprecating converters. In that case, I would say that some extra type information, especially about...
This commit has an implementation of a Redis-backed cookie store I implemented in a fork of [pusher/oauth2_proxy](https://github.com/pusher/oauth2-proxy): https://github.com/lsst-dm/oauth2_proxy/commit/29494561251efc7b1f066ef45455eb934630bcef This implementation introduces a ServerCookiesStore interface: ``` type ServerCookiesStore interface { Store(responseCookie...
In the pusher fork of oauth2_proxy, a new session storage interface was implemented, along with a Redis session storage interface. Additional interfaces could be implemented, probably using the Redis interface...
The main security guarantee is that - Each session is individually encrypted in Redis - The key to encrypt a session exists solely in the user's cookie, in the form...
Let me get back to you on a few repos that we'd like to include. I don't think we'd want all of them; some are much more mature than others....
Hi, I'm not sure if I got all the methods properly. In my limited tests, the output seems fine.
This would be nice. I've implemented this before. It requires you to listen to a message, however, because you can only "unfurl" URLs, not the shorthand org/repo#1234 forms. Still -...
Just to add a bit of context which may be helpful. Mermaid itself already has directives that are relevant for rendering a figure. Those are already passed through to e.g....