-
Notifications
You must be signed in to change notification settings - Fork 825
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
fix(graphql-auth-transformer): add a time delay when creating apiKey #4493
Conversation
added a time delay to the expiration date re aws-amplify#4460
Codecov Report
@@ Coverage Diff @@
## master #4493 +/- ##
==========================================
+ Coverage 60.76% 60.86% +0.09%
==========================================
Files 335 334 -1
Lines 14740 14718 -22
Branches 2953 2784 -169
==========================================
+ Hits 8957 8958 +1
Misses 5337 5337
+ Partials 446 423 -23
Continue to review full report at Codecov.
|
add expiration delay time for 1 day
6cc52c6
to
0989513
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.
LGTM!
filter number in askApiKeyQuestions, edit e2e to 1 day for apikey, and add delay if its one day in @auth
This pull request has been automatically locked since there hasn't been any recent activity after it was closed. Please open a new issue for related bugs. Looking for a help forum? We recommend joining the Amplify Community Discord server |
added a time delay to the expiration date
re #4460
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.