From 889e073f6d3b84cacc7ac35022db186b331634c8 Mon Sep 17 00:00:00 2001 From: James P Date: Mon, 30 Sep 2024 08:54:20 -0400 Subject: [PATCH] Update improve-auth-experience.mdx --- apps/www/content/blog/improve-auth-experience.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/www/content/blog/improve-auth-experience.mdx b/apps/www/content/blog/improve-auth-experience.mdx index 25b70951f0..62e8445951 100644 --- a/apps/www/content/blog/improve-auth-experience.mdx +++ b/apps/www/content/blog/improve-auth-experience.mdx @@ -31,6 +31,8 @@ To improve the experience futher we can add an indicator to the sign-in page to ### How can you implement this? +>If you want to see an example that implements the code we without any auth provider check out this [code sandbox](https://codesandbox.io/p/devbox/jh34y6) out. + First, we must add logic to the sign-in and sign-up flow to implement the “Last used” tag. The example below shows what a Clerk custom flow might look like and what we use at Unkey. ```tsx @@ -119,4 +121,4 @@ In conclusion, improving the authentication user experience is crucial for ensur sign in example -These improvements benefit the end users and contribute to the application's success by creating a positive first impression and increasing user satisfaction. +These improvements benefit the end users and contribute to the application's success by creating a positive first impression and increasing user satisfaction. If you'd like to check out the full implementation you can find it in the [Unkey repository](https://github.com/unkeyed/unkey/).