Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -118,7 +118,7 @@ impl Auth for NoopAuthService {
|
||||
todo!()
|
||||
}
|
||||
|
||||
async fn login_token(&self, user: &str, password: &str) -> anyhow::Result<String> {
|
||||
async fn login_token(&self, _user: &str, _password: &str) -> anyhow::Result<String> {
|
||||
todo!()
|
||||
}
|
||||
|
||||
|
@@ -125,6 +125,7 @@ impl IntrospectionStateBuilder {
|
||||
self
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub fn with_jwt_profile(&mut self, application: Application) -> &mut IntrospectionStateBuilder {
|
||||
self.authentication = Some(AuthorityAuthentication::JWTProfile { application });
|
||||
|
||||
|
Reference in New Issue
Block a user