Alexander Korolev
Alexander Korolev
References: - https://openid.net/specs/openid-connect-rpinitiated-1_0.html
Seems like documentation tells it is JHipster, but it is actually just one index.html app to get account details.
Hi, I encountered a weird issue I want to overcome somehow. Actually, I would be happy with w/a, because as alternative I have to generate quite massive structure with a...
Currently token would be refetched for each request, which is far from optimal. https://github.com/kilork/keycloak/blob/master/src/rest/mod.rs#L32 Introduced in #30 FYI: @criminosis
`Option` does not look nice. I would prefer to have something similar to `AsRef`. Basically it means we should be more flexible with parameters. This must be also checked from...
We currently support [reqwest](https://github.com/seanmonstar/reqwest). It would be nice to have other possibilities as well, for example [surf](https://github.com/http-rs/surf)