Code refactoring #32

Merged
phoenix merged 10 commits from code_refactoring into main 2026-07-02 13:18:41 -04:00
Showing only changes of commit f3f861abd8 - Show all commits
+1 -1
View File
@@ -78,7 +78,7 @@ pub struct CreateTokenResult {
}
pub fn create_token(
key: &String,
key: &str,
token_resource: &TokenResource,
duration: time::Duration,
) -> Result<CreateTokenResult, josekit::JoseError> {