Adding token module #5

Merged
phoenix merged 2 commits from token into v0.3.0-migrate 2026-05-28 22:25:58 -04:00
Showing only changes of commit 9719fd2c23 - Show all commits
+1 -5
View File
@@ -15,9 +15,5 @@ pub struct LoginResult {
pub issued_at: i64,
}
// Make alias for LoginResult for Login
// Alias for LoginResult
// Will be deprecated at some point
// type Login = LoginResult
type Login = LoginResult;
pub type Login = LoginResult;