fix: rename project to minauthator

This commit is contained in:
Matthieu Bessat 2024-11-15 18:34:17 +01:00
parent fbbe6719b6
commit fa31485e44
7 changed files with 36 additions and 20 deletions

View file

@ -21,7 +21,7 @@ impl UserTokenClaims {
UserTokenClaims {
sub: user_id.into(),
exp: get_current_timestamp() + 86_000,
iss: "Minauth".into()
iss: "Minauthator".into()
}
}
}