diff --git a/.changeset/oauth-provider-ui.md b/.changeset/oauth-provider-ui.md deleted file mode 100644 index 8005606..0000000 --- a/.changeset/oauth-provider-ui.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@seamless-auth/react": minor ---- - -Add OAuth provider UI to the built-in auth screens. The sign-in view now lists configured -providers (via listOAuthProviders) as "Continue with " buttons that start the flow -and redirect to the IdP, and a new /oauth/callback route finishes the login (reads code/state, -calls finishOAuthLogin) and lands the user on the app. Closes the gap where the SDK exposed the -OAuth client methods but had no UI or callback route to drive them. diff --git a/CHANGELOG.md b/CHANGELOG.md index 150b324..d1febaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @seamless-auth/react +## 0.3.0 + +### Minor Changes + +- a6eafa4: Add OAuth provider UI to the built-in auth screens. The sign-in view now lists configured + providers (via listOAuthProviders) as "Continue with " buttons that start the flow + and redirect to the IdP, and a new /oauth/callback route finishes the login (reads code/state, + calls finishOAuthLogin) and lands the user on the app. Closes the gap where the SDK exposed the + OAuth client methods but had no UI or callback route to drive them. + ## 0.2.1 ### Patch Changes diff --git a/package.json b/package.json index 3dd2aca..b999f6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@seamless-auth/react", - "version": "0.2.1", + "version": "0.3.0", "description": "A drop-in authentication solution for modern React applications.", "type": "module", "exports": {