grll/Claude Code OAuth Login
Authenticate with Claude Code using OAuth 2.0 flow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jun 29, 2025
- License
- None
Pinned Snippet
uses: grll/claude-code-login@c936f1bc69d8ddf5eb415d251f88092f671cbe83 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| code | Authorization code from Claude (leave empty for step 1) | no | "" |
| secrets_admin_pat | Personal Access Token with secrets:write permission | no | "" |
Outputs
| name | description |
|---|---|
| success | Whether the OAuth login was successful |
| expires_at | Token expiration timestamp (milliseconds) |