apps: sql + get valid one, get by id, insert, generate app id, generate secret
This commit is contained in:
parent
b5c2be6c9f
commit
71b083895d
19 changed files with 490 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
mod app;
|
||||
mod key;
|
||||
mod user;
|
||||
|
||||
|
|
@ -10,5 +11,6 @@ pub enum Error {
|
|||
Invalid(&'static str),
|
||||
}
|
||||
|
||||
pub use app::AppID;
|
||||
pub use key::KeyID;
|
||||
pub use user::UserID;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue