You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-24 23:01:05 +03:00
Refactor token generation a bit
This commit is contained in:
@@ -18,7 +18,7 @@ use warp::{Filter, Rejection, Reply};
|
||||
|
||||
use crate::{
|
||||
config::OAuth2Config,
|
||||
filters::authenticate::{recover_unauthorized, authentication},
|
||||
filters::authenticate::{authentication, recover_unauthorized},
|
||||
storage::oauth2::access_token::OAuth2AccessTokenLookup,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user