Login endpoint #20

Merged
phoenix merged 24 commits from login_endpoint into devel 2025-04-07 01:22:59 +00:00
Showing only changes of commit c77a7a1453 - Show all commits

View File

@@ -82,7 +82,7 @@ pub mod endpoint {
username: user.username, username: user.username,
token: token_literal, token: token_literal,
token_type: String::from(token_stuff::TOKENTYPE), token_type: String::from(token_stuff::TOKENTYPE),
expiration: duration as i32, expiration: duration,
}], }],
}), }),
) )