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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
discolike
/
discolike-python
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
9
Code
Issues
0
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
feat: OAuth login for SDK and CLI (0.3.0)
- #14
#14
Merged
quantumdark
merged 14 commits into
development
discolike/discolike-python:development
from
feat/oauth
discolike/discolike-python:feat/oauth
Copy head branch name to clipboard
Aug 29, 2026
Conversation
Commits
14
(14)
Checks
Files changed
Merged
feat: OAuth login for SDK and CLI (0.3.0)
#14
quantumdark
merged 14 commits into
development
discolike/discolike-python:development
from
feat/oauth
discolike/discolike-python:feat/oauth
Copy head branch name to clipboard
Commits
Commits on Aug 28, 2026
feat(sdk): OAuth credentials and bearer auth flow
Show description for 3d71506
yudelevi
committed
3d71506
View commit details
Copy full SHA for 3d71506
Browse repository at this point
feat(cli): auth login via OAuth loopback flow
Show description for 5972d50
yudelevi
committed
5972d50
View commit details
Copy full SHA for 5972d50
Browse repository at this point
test(sdk): rename test_auth.py to avoid basename clash with CLI tests
yudelevi
committed
e59bc5d
View commit details
Copy full SHA for e59bc5d
Browse repository at this point
fix(sdk): avoid cross-process refresh token race
Show description for ce60ddd
yudelevi
committed
ce60ddd
View commit details
Copy full SHA for ce60ddd
Browse repository at this point
feat(cli): reuse the registered OAuth client across logins
Show description for 5a48c72
yudelevi
committed
5a48c72
View commit details
Copy full SHA for 5a48c72
Browse repository at this point
docs: fold unreleased 0.3.0 changelog into 0.4.0
yudelevi
committed
0bf3b1e
View commit details
Copy full SHA for 0bf3b1e
Browse repository at this point
fix(cli): keep the OAuth client registration across logout
Show description for 091436e
yudelevi
committed
091436e
View commit details
Copy full SHA for 091436e
Browse repository at this point
fix(sdk): treat a malformed oauth config section as no credential
Show description for c9354b5
yudelevi
committed
c9354b5
View commit details
Copy full SHA for c9354b5
Browse repository at this point
fix(cli): re-register when PropelAuth rejects the stored OAuth client
Show description for 608185f
yudelevi
committed
608185f
View commit details
Copy full SHA for 608185f
Browse repository at this point
chore: version is 0.3.0 — the unreleased 0.3.0 absorbs OAuth, no separate 0.4.0
yudelevi
committed
fa9edb4
View commit details
Copy full SHA for fa9edb4
Browse repository at this point
chore(sdk): note the planned switch to authlib once it ships httpx2 support
yudelevi
committed
b00f9d0
View commit details
Copy full SHA for b00f9d0
Browse repository at this point
refactor(sdk): drop unused _oauth.refresh helper
yudelevi
committed
45b2b46
View commit details
Copy full SHA for 45b2b46
Browse repository at this point
refactor(sdk): drop resolve_api_key, superseded by resolve_credential
yudelevi
committed
b2d5e3e
View commit details
Copy full SHA for b2d5e3e
Browse repository at this point
fix(auth): check callback state before acting on an error, redact tokens from error payloads
Show description for 0548536
yudelevi
committed
0548536
View commit details
Copy full SHA for 0548536
Browse repository at this point
You can’t perform that action at this time.