tangled
alpha
login
or
join now
dunkirk.sh
/
anthropic-api-key
0
fork
atom
get your claude code tokens here
0
fork
atom
overview
issues
pulls
pipelines
docs: fix readme link
dunkirk.sh
7 months ago
0da9d519
85022719
verified
This commit was signed with the committer's
known signature
.
dunkirk.sh
SSH Key Fingerprint:
SHA256:DqcG0RXYExE26KiWo3VxJnsxswN1QNfTBvB+bdSpk80=
+5
-5
1 changed file
expand all
collapse all
unified
split
README.md
+5
-5
README.md
···
2
2
3
3
simple cli to fetch an anthropic access token using oauth (pkce), built with bun
4
4
5
5
-
<p align="center">
6
6
-
<img src="https://raw.githubusercontent.com/taciturnaxolotl/carriage/master/.github/images/line-break.svg" />
7
7
-
</p>
8
8
-
9
5
## install
10
6
11
7
```bash
···
38
34
- if expired and a refresh token exists, it refreshes, saves, prints, and exits
39
35
40
36
<p align="center">
37
37
+
<img src="https://raw.githubusercontent.com/taciturnaxolotl/carriage/master/.github/images/line-break.svg" />
38
38
+
</p>
39
39
+
40
40
+
<p align="center">
41
41
<i><code>© 2025-present <a href="https://github.com/taciturnaxolotl">Kieran Klukas</a></code></i>
42
42
</p>
43
43
44
44
<p align="center">
45
45
-
<a href="https://github.com/taciturnaxolotl/anthropic-api-key/blob/master/LICENSE"><img src="https://img.shields.io/static/v1.svg?style=for-the-badge&label=License&message=MIT&logoColor=d9e0ee&colorA=363a4f&colorB=b7bdf8"/></a>
45
45
+
<a href="https://github.com/taciturnaxolotl/anthropic-api-key/blob/main/LICENSE.md"><img src="https://img.shields.io/static/v1.svg?style=for-the-badge&label=License&message=MIT&logoColor=d9e0ee&colorA=363a4f&colorB=b7bdf8"/></a>
46
46
</p>