mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
refactor: migrate auth service
This commit is contained in:
@@ -39,6 +39,7 @@ message GetAuthStatusResponse {
|
||||
message SignInRequest {
|
||||
string username = 1;
|
||||
string password = 2;
|
||||
bool never_expire = 3;
|
||||
}
|
||||
|
||||
message SignInResponse {
|
||||
|
Reference in New Issue
Block a user