A Deno-compatible AT Protocol OAuth client that serves as a drop-in replacement for @atproto/oauth-client-node
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add test workflow and badge

+19
+18
.github/workflows/test.yml
··· 1 + name: Test 2 + 3 + on: 4 + push: 5 + branches: [main] 6 + pull_request: 7 + branches: [main] 8 + 9 + jobs: 10 + test: 11 + runs-on: ubuntu-latest 12 + steps: 13 + - uses: actions/checkout@v5 14 + - uses: denoland/setup-deno@v2 15 + with: 16 + deno-version: v2.x 17 + - name: Run CI checks 18 + run: deno task ci
+1
README.md
··· 2 2 3 3 [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/tijsteulings) 4 4 5 + [![Test](https://github.com/tijs/oauth-client-deno/actions/workflows/test.yml/badge.svg)](https://github.com/tijs/oauth-client-deno/actions/workflows/test.yml) 5 6 [![JSR](https://jsr.io/badges/@tijs/oauth-client-deno)](https://jsr.io/@tijs/oauth-client-deno) 6 7 [![npm](https://img.shields.io/npm/v/@tijs/oauth-client-deno)](https://www.npmjs.com/package/@tijs/oauth-client-deno) 7 8