docs: More TODO
This commit is contained in:
parent
a2653c9e77
commit
ddb82171e3
2 changed files with 5 additions and 0 deletions
|
|
@ -24,6 +24,9 @@ Compared to lldap, llldap:
|
||||||
|
|
||||||
We may explore in the future:
|
We may explore in the future:
|
||||||
|
|
||||||
|
- i18n domains (punycode)
|
||||||
|
- i18n user identifiers (TODO: check compatibility with other tools)
|
||||||
|
- RTL languages
|
||||||
- hierarchical groups
|
- hierarchical groups
|
||||||
- fine-grained permissions (RBAC)
|
- fine-grained permissions (RBAC)
|
||||||
- running with different async runtimes
|
- running with different async runtimes
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,8 @@ pub async fn logout(
|
||||||
login_page(
|
login_page(
|
||||||
State(state),
|
State(state),
|
||||||
Some(LoginError::SessionInvalidated),
|
Some(LoginError::SessionInvalidated),
|
||||||
|
// TODO: this is wrong because we produce an empty redirect query which is
|
||||||
|
// then converted to b64URL (and panics).
|
||||||
InternalRedirect::new(),
|
InternalRedirect::new(),
|
||||||
)
|
)
|
||||||
.await,
|
.await,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue