Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
firebase
/
firebase-admin-python
Public
Notifications
You must be signed in to change notification settings
Fork
359
Star
1.2k
Code
Issues
82
Pull requests
48
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat(appcheck): Verify one-time tokens for replay protection
- #976
#976
Merged
yvonnep165
merged 15 commits into
main
firebase/firebase-admin-python:main
from
yp-verify-one-time-token
firebase/firebase-admin-python:yp-verify-one-time-token
Copy head branch name to clipboard
Sep 16, 2026
Conversation
Commits
15
(15)
Checks
Files changed
Merged
feat(appcheck): Verify one-time tokens for replay protection
#976
yvonnep165
merged 15 commits into
main
firebase/firebase-admin-python:main
from
yp-verify-one-time-token
firebase/firebase-admin-python:yp-verify-one-time-token
Copy head branch name to clipboard
Commits
Commits on Aug 17, 2026
add one time token verification support
yvonnep165
committed
3e328ce
View commit details
Copy full SHA for 3e328ce
Browse repository at this point
add unit tests
yvonnep165
committed
02f5f74
View commit details
Copy full SHA for 02f5f74
Browse repository at this point
fix lint error
yvonnep165
committed
bd14d81
View commit details
Copy full SHA for bd14d81
Browse repository at this point
change to use _utils.handle_platform_error_from_requests
yvonnep165
committed
df4fcf2
View commit details
Copy full SHA for df4fcf2
Browse repository at this point
change the function description
yvonnep165
committed
96c7083
View commit details
Copy full SHA for 96c7083
Browse repository at this point
change docstring to state limited-use tokens
yvonnep165
committed
ccca469
View commit details
Copy full SHA for ccca469
Browse repository at this point
Commits on Aug 24, 2026
add validation for consume variable
yvonnep165
committed
86d356d
View commit details
Copy full SHA for 86d356d
Browse repository at this point
Commits on Sep 15, 2026
Merge branch 'main' into yp-verify-one-time-token
yvonnep165
authored
3c00741
View commit details
Copy full SHA for 3c00741
Browse repository at this point
Commits on Sep 16, 2026
add check_boolean to _Validators and add unit tests to check non-boolean consume
yvonnep165
committed
4e2f108
View commit details
Copy full SHA for 4e2f108
Browse repository at this point
raise `exceptions.UnknownError` if body is not a dict
yvonnep165
committed
40e96d2
View commit details
Copy full SHA for 40e96d2
Browse repository at this point
move the replay verification to a separate helper method and add unit tests
yvonnep165
committed
7a95f91
View commit details
Copy full SHA for 7a95f91
Browse repository at this point
add test_verify_token_with_consume_false_makes_no_http_call unit test
yvonnep165
committed
5ce0edb
View commit details
Copy full SHA for 5ce0edb
Browse repository at this point
replace the broad exceptions.FirebaseError assertion with more specific error types
yvonnep165
committed
0957eed
View commit details
Copy full SHA for 0957eed
Browse repository at this point
Refactor token verification tests to use mock_jwt fixture
yvonnep165
committed
d43471f
View commit details
Copy full SHA for d43471f
Browse repository at this point
Document ValueError when consume is not a boolean in verify_token docstring
yvonnep165
committed
f500ef4
View commit details
Copy full SHA for f500ef4
Browse repository at this point
You can’t perform that action at this time.