Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

add docs on the type of providers for auth (#225)

authored by

Kelvin Amoaba and committed by
GitHub
34f6f97e f603b1ba

+12 -6
+12 -6
apps/docs/pages/get-started/setup-env.mdx
··· 11 11 create a new account if you don't have one yet. 12 12 13 13 2. Once logged in, go to your dashboard at 14 - [https://dashboard.clerk.com/](https://dashboard.clerk.com/) and create a new 15 - app if you haven't already. 14 + [https://dashboard.clerk.com/](https://dashboard.clerk.com/) and select 15 + create a new app if you do not have any application already. 16 16 17 - 3. After setting up your app minimally, navigate to the "DEVELOPERS" section in 18 - the left-hand menu and find "API Keys." 17 + 3. On the create new app screen, enter your app name and select **Google** and 18 + or **GitHub** under the section _How will your users sign in?_ 19 19 20 - 4. In the "Quick Copy" section, make sure that Next.js is selected, then click 20 + > Please note that using other providers will cause issues in the application 21 + > due to the different payload received from Clerk. 22 + 23 + 4. After setting up your app, navigate to the "DEVELOPERS" section in the 24 + left-hand menu and find "API Keys." 25 + 26 + 5. In the "Quick Copy" section, make sure that Next.js is selected, then click 21 27 the copy icon to obtain the keys. Copy the values for 22 28 "NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY" and "CLERK_SECRET_KEY." 23 29 24 - 5. Paste these values into the `.env` file under their respective variables. It 30 + 6. Paste these values into the `.env` file under their respective variables. It 25 31 should look something like this (real values without censorship): 26 32 27 33 ```