mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-11-25 21:57:55 +01:00
Update user-overview.md & guided-tour.md fixing typos (#230)
* Update user-overview.md * updated guided-tour
This commit is contained in:
@@ -127,8 +127,8 @@ psl=}
|
||||
|
||||
As an Admin, a user has access to the Admin dashboard, along with the user table where they can view and search for users, and edit and update information manually if necessary.
|
||||
|
||||
:::tip[Admin Priveleges]
|
||||
If you'd like to give yourself and/or certain users admin priveleges, follow the instructions in the [Admin Dashboard](/general/admin-dashboard/#permissions) section.
|
||||
:::tip[Admin Privileges]
|
||||
If you'd like to give yourself and/or certain users admin privileges, follow the instructions in the [Admin Dashboard](/general/admin-dashboard/#permissions) section.
|
||||
:::
|
||||
|
||||
As a general User, a user has access to the user-facing app that sits behind the login, but not the Admin dashboard. You can further restrict access to certain features within the app by following the [authorization guide](/guides/authorization).
|
||||
|
||||
@@ -158,7 +158,7 @@ This template comes with a fully functional auth flow out of the box. It takes a
|
||||
By defining the auth structure in your `main.wasp` file, Wasp manages all the necessary code for you, including:
|
||||
- Email verified login with reset password
|
||||
- Social login with Google and/or GitHub
|
||||
- Auth-related databse entities for user credentials, sessions, and social logins
|
||||
- Auth-related database entities for user credentials, sessions, and social logins
|
||||
- Custom-generated AuthUI components for login, signup, and reset password
|
||||
- Auth hooks for fetching user data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user