Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
corrideat committed Oct 6, 2023
1 parent 1c29d85 commit 1884e10
Show file tree
Hide file tree
Showing 5 changed files with 653 additions and 452 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,16 @@ on:
jobs:
publish-npm:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 19
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish --access public
- run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To use the PAT TypeScript implementation in your project, install the NPM
package:

```sh
npm install "@exact-realty/private-token"
npm install "@exact-realty/privacypass"
```

## 🚀 Usage
Expand All @@ -41,7 +41,7 @@ npm install "@exact-realty/private-token"
import {
produceBlindRsaWwwAuthenticateHeader,
redeemPatAuthorizationHeader,
} from '@exact-realty/private-token';
} from '@exact-realty/privacypass';
```

2. Use the PAT library to generate and validate tokens:
Expand Down
Loading

0 comments on commit 1884e10

Please sign in to comment.