mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-22 14:57:56 +01:00
Mark ToDo
This commit is contained in:
parent
fe6db0b045
commit
492aab630a
@ -17,6 +17,7 @@ mod machines;
|
|||||||
|
|
||||||
use machines::Machines;
|
use machines::Machines;
|
||||||
|
|
||||||
|
// TODO Session restoration by making the Bootstrap cap a SturdyRef
|
||||||
pub struct Bootstrap {
|
pub struct Bootstrap {
|
||||||
session: Arc<Session>,
|
session: Arc<Session>,
|
||||||
db: Databases,
|
db: Databases,
|
||||||
@ -35,7 +36,7 @@ impl connection_capnp::bootstrap::Server for Bootstrap {
|
|||||||
_: Params<auth_params::Owned>,
|
_: Params<auth_params::Owned>,
|
||||||
mut res: Results<auth_results::Owned>
|
mut res: Results<auth_results::Owned>
|
||||||
) -> Promise<(), capnp::Error> {
|
) -> Promise<(), capnp::Error> {
|
||||||
// Forbid mutltiple authentication for now
|
// TODO: Forbid mutltiple authentication for now
|
||||||
// TODO: When should we allow multiple auth and how do me make sure that does not leak
|
// TODO: When should we allow multiple auth and how do me make sure that does not leak
|
||||||
// priviledges (e.g. due to previously issues caps)?
|
// priviledges (e.g. due to previously issues caps)?
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user