Max Ammann
Max Ammann
@Drabble Hi! Are you still interested in pushing this forward? :) I guess a lot changed, but I think it would be nice to keep this effort updated.
should be closed in favor of: https://github.com/ramosbugs/openidconnect-rs/pull/183
Another approach would have been to hash on the client and just the data to the server for the lookup, right?
I believe this endpoint should have some rate limiting as it might be a target for DoS (argon2id is costly). The alternative approach would be to generate the hash on...
> > Another approach would have been to hash on the client and just the data to the server for the lookup, right? > > Not really possible, as we...
On ubuntu you will need to install libwayland-dev and libxkbcommon-dev. There is no documentation about it yet I think.
The actual code generation code is already rust. There is still the dependency to the protoc dependency which we will not get rid of.
We maybe should setup a nix-shell environment. That way all dependencies are declared and all use the same version that could work well for Rust on Linux and macOS.
Closing as this should work by now with the provided nix shell. Nix is a soft-dependency though. Everything should work without it.
thank you! @ramosbugs this seems required for typical SSO setups with MS