From cf8c0f65d613b0cd45b5d59f5488ab5f50395abb Mon Sep 17 00:00:00 2001 From: CODe <71spates.bravest@icloud.com> Date: Sat, 4 Jan 2025 14:07:52 +0100 Subject: [PATCH] Fix typo Update README.md --- packages/uauth/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/uauth/README.md b/packages/uauth/README.md index da6662a8d..1eb22ebc0 100644 --- a/packages/uauth/README.md +++ b/packages/uauth/README.md @@ -12,7 +12,7 @@ ## Options -Follow the [Login Client Congifuration Docs](https://docs.unstoppabledomains.com/login-with-unstoppable/login-integration-guides/login-client-configuration/) on the Unstoppable Domains website to get setup with your clientID and redirectUri. +Follow the [Login Client Configuration Docs](https://docs.unstoppabledomains.com/login-with-unstoppable/login-integration-guides/login-client-configuration/) on the Unstoppable Domains website to get setup with your clientID and redirectUri. **Note:** The Redirection URI value(s) in the client configuration MUST exactly match the redirect_uri parameter value used in `UauthInitOptions`. More specifics can be found in the [Rules for Redirect URIs Docs](https://docs.unstoppabledomains.com/login-with-unstoppable/login-integration-guides/login-client-configuration/#rules-for-redirect-uris). ```typescript