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
.
oidc-mytoken
/
client
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
5
Code
Issues
0
Pull requests
6
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
0.7.0
- #86
#86
Merged
zachmann
merged 52 commits into
master
oidc-mytoken/client:master
from
prerel
oidc-mytoken/client:prerel
Copy head branch name to clipboard
Jun 2, 2026
Conversation
Commits
52
(52)
Checks
Files changed
Merged
0.7.0
#86
zachmann
merged 52 commits into
master
oidc-mytoken/client:master
from
prerel
oidc-mytoken/client:prerel
Copy head branch name to clipboard
Commits
Commits on Oct 7, 2024
Bump golang.org/x/net from 0.27.0 to 0.30.0
Show description for 3d84fba
dependabot[bot]
authored
3d84fba
View commit details
Copy full SHA for 3d84fba
Browse repository at this point
Commits on Aug 21, 2025
[ci] use go 1.24
zachmann
authored
6b0385f
View commit details
Copy full SHA for 6b0385f
Browse repository at this point
add package and publish stages
marcvs
committed
07ac134
View commit details
Copy full SHA for 07ac134
Browse repository at this point
Update VERSION
zachmann
authored
f709e36
View commit details
Copy full SHA for f709e36
Browse repository at this point
fix indent
marcvs
committed
beee843
View commit details
Copy full SHA for beee843
Browse repository at this point
Fix shebang
marcvs
committed
a8e89b2
View commit details
Copy full SHA for a8e89b2
Browse repository at this point
use PUBLISH_BUILD_RESULTS_REPO
marcvs
committed
5051dc7
View commit details
Copy full SHA for 5051dc7
Browse repository at this point
[ci] use go 1.24
zachmann
authored and
marcvs
committed
9c7bfd2
View commit details
Copy full SHA for 9c7bfd2
Browse repository at this point
Update VERSION
zachmann
authored and
marcvs
committed
4d54f69
View commit details
Copy full SHA for 4d54f69
Browse repository at this point
use goreleaser
marcvs
committed
7b09638
View commit details
Copy full SHA for 7b09638
Browse repository at this point
not needed
marcvs
committed
4863d08
View commit details
Copy full SHA for 4863d08
Browse repository at this point
Commits on Aug 22, 2025
remove upload.sh
marcvs
committed
39b8474
View commit details
Copy full SHA for 39b8474
Browse repository at this point
Merge pull request #63 from oidc-mytoken/add-publish-jobs-2
Show description for e77cd01
zachmann
authored
e77cd01
View commit details
Copy full SHA for e77cd01
Browse repository at this point
Commits on Oct 24, 2025
Merge pull request #62 from oidc-mytoken/dependabot/go_modules/golang.org/x/net-0.30.0
Show description for 2eba5cd
zachmann
authored
2eba5cd
View commit details
Copy full SHA for 2eba5cd
Browse repository at this point
Bump golang.org/x/term from 0.22.0 to 0.25.0
Show description for bdc8152
dependabot[bot]
authored
bdc8152
View commit details
Copy full SHA for bdc8152
Browse repository at this point
Merge pull request #61 from oidc-mytoken/dependabot/go_modules/golang.org/x/term-0.25.0
Show description for 615d785
zachmann
authored
615d785
View commit details
Copy full SHA for 615d785
Browse repository at this point
Bump golang.org/x/net from 0.30.0 to 0.38.0
Show description for f8414de
dependabot[bot]
authored
f8414de
View commit details
Copy full SHA for f8414de
Browse repository at this point
Merge pull request #66 from oidc-mytoken/dependabot/go_modules/golang.org/x/net-0.38.0
Show description for f9684f1
zachmann
authored
f9684f1
View commit details
Copy full SHA for f9684f1
Browse repository at this point
Bump golang.org/x/oauth2
Show description for b72c652
dependabot[bot]
authored
b72c652
View commit details
Copy full SHA for b72c652
Browse repository at this point
Merge pull request #64 from oidc-mytoken/dependabot/go_modules/golang.org/x/oauth2-0.27.0
Show description for 82af0bf
zachmann
authored
82af0bf
View commit details
Copy full SHA for 82af0bf
Browse repository at this point
Commits on May 4, 2026
update dependencies
zachmann
committed
f422222
View commit details
Copy full SHA for f422222
Browse repository at this point
update to urfave/cli v3 and refactor code to align with new API changes
zachmann
committed
872f8f9
View commit details
Copy full SHA for 872f8f9
Browse repository at this point
add support for specifying a custom mytoken server URL via CLI flag or environment variable
zachmann
committed
336c6de
View commit details
Copy full SHA for 336c6de
Browse repository at this point
update copyright years in LICENSE and code files
zachmann
committed
ff3f97b
View commit details
Copy full SHA for ff3f97b
Browse repository at this point
add "config" and "capabilities" commands to CLI for retrieving server settings and capability templates
zachmann
committed
60e7350
View commit details
Copy full SHA for 60e7350
Browse repository at this point
Commits on May 6, 2026
add "email," "tags," "profiles," and "mttags" commands to CLI for managing user settings, profiles, and mytoken tags
zachmann
committed
17edd37
View commit details
Copy full SHA for 17edd37
Browse repository at this point
add support for enabling/disabling colored output via environment variables and CLI flag
zachmann
committed
0964cea
View commit details
Copy full SHA for 0964cea
Browse repository at this point
add support for italic and gray text formatting; extend "list-mytokens" with optional MOM-ID column and hierarchical table rendering
zachmann
committed
a0b39c2
View commit details
Copy full SHA for a0b39c2
Browse repository at this point
add "mt list" as an alias for "info list-mytokens"
zachmann
committed
4ecd70d
View commit details
Copy full SHA for 4ecd70d
Browse repository at this point
add additional aliases ("rm," "delete") for tag and SSH key management commands
zachmann
committed
f98321d
View commit details
Copy full SHA for f98321d
Browse repository at this point
add "list-all" and "groups" commands for listing profiles, templates, and groups
zachmann
committed
a25ba60
View commit details
Copy full SHA for a25ba60
Browse repository at this point
normalize color handling: support hex colors with or without "#" prefix
zachmann
committed
ae91f52
View commit details
Copy full SHA for ae91f52
Browse repository at this point
Commits on May 7, 2026
add "calendars" and "notifications" commands to CLI for managing calendars and notifications
zachmann
committed
03239f8
View commit details
Copy full SHA for 03239f8
Browse repository at this point
update oidc-mytoken/lib to v0.8.0 and remove local replace directive
zachmann
committed
ce9694c
View commit details
Copy full SHA for ce9694c
Browse repository at this point
Merge branch 'prerel' into new-features
zachmann
committed
b7f666e
View commit details
Copy full SHA for b7f666e
Browse repository at this point
update github.com/urfave/cli dependency to v3.8.0
zachmann
committed
2d0dc6b
View commit details
Copy full SHA for 2d0dc6b
Browse repository at this point
bump Go version in CI to 1.25
zachmann
committed
6c15874
View commit details
Copy full SHA for 6c15874
Browse repository at this point
update Go version in staticcheck job to 1.25
zachmann
committed
3ce50ac
View commit details
Copy full SHA for 3ce50ac
Browse repository at this point
replace deprecated `strings.Title` with `cases.Title` and update context import
zachmann
committed
0f943e3
View commit details
Copy full SHA for 0f943e3
Browse repository at this point
update `golang.org/x/text` dependency to v0.36.0 and adjust `golang.org/x/net` to indirect
zachmann
committed
f6aa970
View commit details
Copy full SHA for f6aa970
Browse repository at this point
New features
Show description for 84e9085
deepsource-autofix[bot]
authored
84e9085
View commit details
Copy full SHA for 84e9085
Browse repository at this point
update `oidc-mytoken/lib` dependency to v0.8.1-0.20260507130659-1d2d0a003337
zachmann
committed
34e2746
View commit details
Copy full SHA for 34e2746
Browse repository at this point
Merge pull request #82 from oidc-mytoken/new-features
Show description for 3f46a5b
zachmann
authored
3f46a5b
View commit details
Copy full SHA for 3f46a5b
Browse repository at this point
Commits on May 8, 2026
update README: adjust documentation link, add installation and usage instructions
zachmann
committed
ed407f4
View commit details
Copy full SHA for ed407f4
Browse repository at this point
Merge pull request #83 from oidc-mytoken/new-features
Show description for d68ac19
zachmann
authored
d68ac19
View commit details
Copy full SHA for d68ac19
Browse repository at this point
Bump golang.org/x/text from 0.36.0 to 0.37.0
Show description for bbc7285
dependabot[bot]
authored
bbc7285
View commit details
Copy full SHA for bbc7285
Browse repository at this point
Commits on May 11, 2026
Merge pull request #84 from oidc-mytoken/dependabot/go_modules/golang.org/x/text-0.37.0
Show description for e9ab982
zachmann
authored
e9ab982
View commit details
Copy full SHA for e9ab982
Browse repository at this point
Commits on May 12, 2026
Bump github.com/urfave/cli/v3 from 3.8.0 to 3.9.0
Show description for a91f5ad
dependabot[bot]
authored
a91f5ad
View commit details
Copy full SHA for a91f5ad
Browse repository at this point
Commits on May 13, 2026
Merge pull request #85 from oidc-mytoken/dependabot/go_modules/github.com/urfave/cli/v3-3.9.0
Show description for c8f368f
zachmann
authored
c8f368f
View commit details
Copy full SHA for c8f368f
Browse repository at this point
Commits on May 18, 2026
replace custom tag table output logic with reusable `tablewriter` utility
zachmann
committed
b007a31
View commit details
Copy full SHA for b007a31
Browse repository at this point
Commits on May 19, 2026
add error handling for empty access tokens and mytokens returned by the server
zachmann
committed
6bd3dd4
View commit details
Copy full SHA for 6bd3dd4
Browse repository at this point
Commits on Jun 2, 2026
add ssh support for calendars, notifications, tags, email, and token management commands
zachmann
committed
48b6e75
View commit details
Copy full SHA for 48b6e75
Browse repository at this point
You can’t perform that action at this time.