Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/merge-upstream-updates.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-geese-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-boats-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-pans-invent.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/client/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@openauthjs/openauth": "^0.4.3",
"@openauthjs/openauth": "^0.5.0",
"@sveltejs/adapter-auto": "^4.0.0",
"@sveltejs/kit": "^2.16.0",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/openauth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @openauthjs/openauth

## 0.5.0

### Minor Changes

- d16751e: Merge upstream PRs including:
- Passkey authentication support (#270)
- Refresh token callback for claim updates (#319)
- Add `iat` claim to access tokens (#258)
- Security fixes for redirect URI validation (#305) and JWT audience validation
- Various bug fixes and type improvements

### Patch Changes

- 872a4cf: update google icon to comply with branding guidelines
- 4214416: allow auth style autodetection
- e89f282: add linkedin adapter

## 0.4.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/openauth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openauthjs/openauth",
"version": "0.4.3",
"version": "0.5.0",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down