auth alias for authenticator
This commit is contained in:
parent
064950d99a
commit
65a5752536
@ -73,6 +73,8 @@ class Server extends EventEmitter {
|
|||||||
secure: true // The authenticator will not actually set the cookie config to secure in dev mode
|
secure: true // The authenticator will not actually set the cookie config to secure in dev mode
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
// Alias
|
||||||
|
this.auth = this.authenticator;
|
||||||
|
|
||||||
this.#addAuthStrategies();
|
this.#addAuthStrategies();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user