Start Auth Library
Auth will talk to pocketbase
This commit is contained in:
5
auth/src/types.rs
Normal file
5
auth/src/types.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
#[tarpc::service]
|
||||
pub trait RealmAuth {
|
||||
async fn test(name: String) -> String;
|
||||
}
|
||||
Reference in New Issue
Block a user