Skip to content

Commit

Permalink
Update improve-auth-experience.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
perkinsjr authored Sep 30, 2024
1 parent a7e75c4 commit 889e073
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/www/content/blog/improve-auth-experience.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -119,4 +121,4 @@ In conclusion, improving the authentication user experience is crucial for ensur

<Image src="/images/blog-images/auth-experience/discord.png" alt="sign in example" width="1920" height="1080"/>

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/).

0 comments on commit 889e073

Please sign in to comment.