jwt: added key rsa key generation, import/export, jwk as PS256
This commit is contained in:
parent
e1ec84f7c6
commit
44506422e9
14 changed files with 334 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
mod key;
|
||||
mod user;
|
||||
|
||||
// error
|
||||
|
|
@ -9,4 +10,5 @@ pub enum Error {
|
|||
Invalid(&'static str),
|
||||
}
|
||||
|
||||
pub use key::KeyID;
|
||||
pub use user::UserID;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue