mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-05 14:07:39 +03:00
Add check for unauthorized - refresh token
This commit is contained in:
parent
d0c5a1d93a
commit
6c2579cda9
2 changed files with 9 additions and 1 deletions
|
@ -129,6 +129,11 @@ pub async fn token_daemon() {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
pub async fn force_refresh_token() {
|
||||
OAUTH_CLIENT.write().await.refresh().await;
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Default)]
|
||||
struct Device {
|
||||
oauth_id: String,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue