blog: updated auth ui intro post.

This commit is contained in:
Matija Sosic 2023-04-12 19:49:19 +02:00
parent b1eee23f41
commit d0663f2fa7
3 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
---
title: 'Wasp Auth UI: The simplest way to a full-stack auth!'
authors: [matijasos]
image: /img/auth-ui/auth-ui-demo.png
image: /img/auth-ui/auth-customize-code.png
tags: [webdev, wasp, startups, github]
---
@ -23,6 +23,8 @@ One of the main benefits of Wasp is having deep understanding of your entire ful
Once you've listed auth methods you want to use in your `.wasp` config file, you're done - from that Wasp generates a full authentication form that you simply import as a React component. **And the best part is that is updates dynamically as you add/remove auth providers!**
You can [see the docs and give it a try here](/docs/guides/auth-ui).
<!--truncate-->
## Auto-updating magic 🔮
@ -60,4 +62,4 @@ Although it looks nice, all of this wouldn't be really useful if you couldn't cu
And that's it! You can see the whole list of tokens you can customize [here](https://github.com/wasp-lang/wasp/blob/main/waspc/data/Generator/templates/react-app/src/stitches.config.js). More are coming in the future!
Wasp out 🐝 🎤- give it a try and let us know how you liked it in [our Discord](https://discord.gg/rzdnErX)!
Wasp out 🐝 🎤- [give it a try](/docs/guides/auth-ui) and let us know how you liked it in [our Discord](https://discord.gg/rzdnErX)!

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 206 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 133 KiB

After

Width:  |  Height:  |  Size: 146 KiB