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

Add function to validate token #546

Merged
merged 3 commits into from
Jan 29, 2024
Merged

Add function to validate token #546

merged 3 commits into from
Jan 29, 2024

Conversation

JWCook
Copy link
Member

@JWCook JWCook commented Jan 29, 2024

Closes #541

Also made some updates to authentication docs.

@JWCook JWCook added the enhancement New feature or request label Jan 29, 2024
@JWCook JWCook added this to the v0.20 milestone Jan 29, 2024
Copy link

codecov bot commented Jan 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1f6a02f) 95.99% compared to head (6740518) 96.00%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #546   +/-   ##
=======================================
  Coverage   95.99%   96.00%           
=======================================
  Files          59       59           
  Lines        3321     3328    +7     
  Branches      636      636           
=======================================
+ Hits         3188     3195    +7     
  Misses         95       95           
  Partials       38       38           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@JWCook JWCook merged commit 613209c into main Jan 29, 2024
10 checks passed
@JWCook JWCook deleted the validate-token branch January 29, 2024 04:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Checking if the token provided is valid
1 participant