-
Notifications
You must be signed in to change notification settings - Fork 102
Api key #227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Api key #227
Conversation
b1e735a
to
e5fff22
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this PR @irevoire 🔥
LGTM!
0174e98
to
a2151e5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thank you Tamo!
fix the wasm build Apply review comments Co-authored-by: Clément Renault <[email protected]> fix wasm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, merging!
bors merge
🔒 Permission denied Existing reviewers: click here to make Kerollmops a reviewer |
bors merge |
🔒 Permission denied Existing reviewers: click here to make irevoire a reviewer |
bors merge |
🔒 Permission denied Existing reviewers: click here to make bidoubiwa a reviewer |
bad bors |
bors merge |
Build succeeded:
|
Implements the API key:
get_key
,delete_key
,update_key
andcreate_key
methods have been implemented with unit and doc testauthenticate
error code has been renamed intoauth
MissingParameter
,InvalidApiKeyDescription
,InvalidApiKeyActions
,InvalidApiKeyIndexes
,InvalidApiKeyExpiresAt
,ApiKeyNotFound
Key
type has been moved to a different moduleKeyBuilder
type has been added to eases the creation of keysAction
enum has been created to represents all the possible action