mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-24 03:35:17 +03:00
minor edits
This commit is contained in:
parent
e56faede27
commit
c168df875b
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Feature Release Announcement - Wasp Jobs
|
title: Feature Announcement - Wasp Jobs
|
||||||
authors: [shayneczyzewski]
|
authors: [shayneczyzewski]
|
||||||
image: /img/jobs-snippet2.png
|
image: /img/jobs-snippet2.png
|
||||||
tags: [webdev, wasp, feature, jobs]
|
tags: [webdev, wasp, feature, jobs]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Feature Release Announcement - New auth method (Google)
|
title: Feature Announcement - New auth method (Google)
|
||||||
authors: [shayneczyzewski]
|
authors: [shayneczyzewski]
|
||||||
image: /img/auth-hero.png
|
image: /img/auth-hero.png
|
||||||
tags: [webdev, wasp, feature, auth]
|
tags: [webdev, wasp, feature, auth]
|
||||||
@ -79,7 +79,7 @@ app authExample {
|
|||||||
|
|
||||||
### Step 3 - Get Google credentials and add environment variables
|
### Step 3 - Get Google credentials and add environment variables
|
||||||
|
|
||||||
Follow the Google setup guide [here](https://wasp-lang.dev/docs/integrations/google) and add the environment variables to your `.env` file.
|
Follow the Google setup guide [here](https://wasp-lang.dev/docs/integrations/google) and add the environment variables to your `.env.server` file.
|
||||||
|
|
||||||
### Step 4 - Make use of the Google login button in your `Login` page component
|
### Step 4 - Make use of the Google login button in your `Login` page component
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Feature Release Announcement - Tailwind CSS support
|
title: Feature Announcement - Tailwind CSS support
|
||||||
authors: [shayneczyzewski]
|
authors: [shayneczyzewski]
|
||||||
image: /img/tailwind-2.png
|
image: /img/tailwind-2.png
|
||||||
tags: [webdev, wasp, feature, css]
|
tags: [webdev, wasp, feature, css]
|
||||||
|
Loading…
Reference in New Issue
Block a user