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
Accelerator
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
Type
/
to 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 }}
mikusnuz
/
authon-sdk
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: mikusnuz/authon-sdk
Actions
All workflows
Workflows
Release
Release
Show more workflows...
Management
Caches
All workflows
All workflows
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Showing runs from all workflows
will be ignored since log searching is not yet available
192 workflow runs
192 workflow runs
Workflow
Filter by Workflow
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching workflows.
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
security: fix postMessage origin validation, email XSS, and URL sanit…
Release
#192:
Commit
f3aca75
pushed by
mikusnuz
36s
main
main
36s
View workflow file
security: SDK-wide audit fixes — remove token logging, fix XSS, harde…
Release
#191:
Commit
7e986a3
pushed by
mikusnuz
47s
main
main
47s
View workflow file
chore: bump versions — @authon/js@0.7.14, @authon/react-native@0.3.10…
Release
#190:
Commit
4e7078c
pushed by
mikusnuz
39s
main
main
39s
View workflow file
fix: distinguish network vs auth errors in token refresh — prevent fa…
Release
#189:
Commit
ab8843b
pushed by
mikusnuz
36s
main
main
36s
View workflow file
fix(swift): remove .convertToSnakeCase encoder + fix 7 session retry …
Release
#188:
Commit
96116f8
pushed by
mikusnuz
43s
main
main
43s
View workflow file
fix(swift): performRefresh single-entry guard — prevents retry count …
Release
#187:
Commit
749a197
pushed by
mikusnuz
42s
main
main
42s
View workflow file
fix(swift): refreshInFlight type Task<TokenPair?> → Task<RefreshResult?>
Release
#186:
Commit
8710dfe
pushed by
mikusnuz
38s
main
main
38s
View workflow file
fix(react-native): AuthonProvider type narrowing for union signIn/sig…
Release
#185:
Commit
4073f88
pushed by
mikusnuz
47s
main
main
47s
View workflow file
fix: performRefresh uses single-flight refresh() — prevents token rot…
Release
#184:
Commit
3bec196
pushed by
mikusnuz
43s
main
main
43s
View workflow file
fix(react-native): only clearSession on 401, preserve tokens on netwo…
Release
#183:
Commit
e053dae
pushed by
mikusnuz
37s
main
main
37s
View workflow file
fix(swift): refresh success + /me failure must not kill session — ret…
Release
#182:
Commit
b20f519
pushed by
mikusnuz
38s
main
main
38s
View workflow file
fix(swift): macOS sleep logout — wallDeadline + didWakeNotification +…
Release
#181:
Commit
7ced222
pushed by
mikusnuz
35s
main
main
35s
View workflow file
docs: add Swift SDK + passkey setup to CLAUDE.md, AGENTS.md, llms.txt
Release
#180:
Commit
1f972c3
pushed by
mikusnuz
38s
main
main
38s
View workflow file
feat(swift): real passkey implementation with ASAuthorizationControll…
Release
#179:
Commit
85cdfc9
pushed by
mikusnuz
37s
main
main
37s
View workflow file
fix(swift): Self.keychainService → keychainService (instance member a…
Release
#178:
Commit
c8bd419
pushed by
mikusnuz
39s
main
main
39s
View workflow file
remove: delete all deprecated backend/native SDKs (python, go, dart, …
Release
#177:
Commit
c97ee9e
pushed by
mikusnuz
35s
main
main
35s
View workflow file
feat: SDK audit fixes + deprecated SDK markers
Release
#176:
Commit
f6a6391
pushed by
mikusnuz
39s
main
main
39s
View workflow file
chore: @authon/js@0.7.12 + swift keychain fix + cleanup build artifacts
Release
#175:
Commit
3bcaf67
pushed by
mikusnuz
46s
main
main
46s
View workflow file
fix: remove .build artifacts, add to gitignore
Release
#174:
Commit
19f9e96
pushed by
mikusnuz
1m 5s
main
main
1m 5s
View workflow file
fix(swift): don't overwrite Keychain with dead token on refresh failure
Release
#173:
Commit
888ae1b
pushed by
mikusnuz
40s
main
main
40s
View workflow file
fix(react-native): storage key per publishable key — was shared acros…
Release
#172:
Commit
94592eb
pushed by
mikusnuz
46s
main
main
46s
View workflow file
fix: single-flight refresh guard — prevent race condition in JS + Swi…
Release
#171:
Commit
2509486
pushed by
mikusnuz
39s
main
main
39s
View workflow file
fix: JS SDK refresh retry 3x backoff (3s/10s/30s) matching Swift SDK …
Release
#170:
Commit
14688c2
pushed by
mikusnuz
47s
main
main
47s
View workflow file
fix(swift): refresh retry 3x backoff (3s/10s/30s) + root Package.swif…
Release
#169:
Commit
512404c
pushed by
mikusnuz
44s
main
main
44s
View workflow file
docs: update README version table to match npm (js 0.7.9, vue/svelte/…
Release
#168:
Commit
e2e2eb5
pushed by
mikusnuz
42s
main
main
42s
View workflow file
Previous
1
2
3
4
5
6
7
8
Next
You can’t perform that action at this time.