mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-11 16:03:02 +02:00
feat(oidc_provider) use askama templates
Implements a custom OidcResponse with CSP headers and oxide-auth processing compatibility.
This commit is contained in:
parent
3417ac2487
commit
fa9b8869b6
18 changed files with 621 additions and 225 deletions
|
@ -51,7 +51,7 @@ pub(crate) struct ClientResponse {
|
|||
|
||||
/// # `GET /_matrix/client/unstable/org.matrix.msc2964/device/register`
|
||||
///
|
||||
/// Register a client, as specified in [MSC2966]. This client, "device" in Oidc parlance,
|
||||
/// Register a client, as specified in [MSC2966]. This client, "device" in OIDC parlance,
|
||||
/// will have the right to submit [super::authorize::authorize] requests.
|
||||
///
|
||||
/// [MSC2966]: https://github.com/matrix-org/matrix-spec-proposals/pull/2966
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue