Skip to content
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

feat: reject with AuthenticationError #395

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

jpoehnelt
Copy link
Contributor

@jpoehnelt jpoehnelt commented Sep 23, 2021

closes #376

@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Sep 23, 2021
@codecov
Copy link

codecov bot commented Sep 23, 2021

Codecov Report

Merging #395 (2718ec5) into main (22e3630) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #395   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines          123       141   +18     
  Branches        25        32    +7     
=========================================
+ Hits           123       141   +18     
Impacted Files Coverage Δ
src/index.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 22e3630...2718ec5. Read the comment docs.

@jpoehnelt
Copy link
Contributor Author

Some live testing makes this a bit more complicated. It seems the authentication check happens asynchronously after the callback has been executed. 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inform about bad keys
1 participant