mirror of
https://github.com/noodlapp/noodl-docs.git
synced 2026-01-12 07:12:53 +01:00
fix: SEO-1 (#29)
This commit is contained in:
@@ -19,17 +19,17 @@ This prefab gives you a few components that allows you to connect to Xano and ma
|
||||
|
||||
### Base Components
|
||||
|
||||
- **[Xano - Setup XanoClient](components/setup-xanoclient)**: Sets up the Xano SDK client to access your instance and workspace. Must be placed in your projects home component.
|
||||
- **[Xano - Request](components/xano-request)**: Does an API Call to a Xano Endpoint and returns the result.
|
||||
- **[Xano - Setup XanoClient](./components/setup-xanoclient/README.md)**: Sets up the Xano SDK client to access your instance and workspace. Must be placed in your projects home component.
|
||||
- **[Xano - Request](./components/xano-request/README.md)**: Does an API Call to a Xano Endpoint and returns the result.
|
||||
|
||||
### User Components
|
||||
|
||||
- **[Xano – Sign Up](components/xano-sign-up)**: Signs up a new user.
|
||||
- **[Xano – Log In](components/xano-log-in)**: Logs in a user.
|
||||
- **[Xano – Log Out](components/xano-log-out)**: Logs out a user.
|
||||
- **[Xano – Current User](components/xano-current-user)**: Gets the user data of the currently logged in user and saves it to a global `currentUser` object.
|
||||
- **[Xano – Update Current User](components/xano-update-current-user)**: Updates user data for the currently logged in user, both in Xano and the `currentUser` object.
|
||||
- **[Xano – authToken – Refresh](components/xano-authtoken-refresh)**: Triggers a refresh of the auth token. Mostly for internal use inside of the Xano prefab, but exposed for advanced users.
|
||||
- **[Xano – Sign Up](./components/xano-sign-up/README.md)**: Signs up a new user.
|
||||
- **[Xano – Log In](./components/xano-log-in/README.md)**: Logs in a user.
|
||||
- **[Xano – Log Out](./components/xano-log-out/README.md)**: Logs out a user.
|
||||
- **[Xano – Current User](./components/xano-current-user/README.md)**: Gets the user data of the currently logged in user and saves it to a global `currentUser` object.
|
||||
- **[Xano – Update Current User](./components/xano-update-current-user/README.md)**: Updates user data for the currently logged in user, both in Xano and the `currentUser` object.
|
||||
- **[Xano – authToken – Refresh](./components/xano-authtoken-refresh/README.md)**: Triggers a refresh of the auth token. Mostly for internal use inside of the Xano prefab, but exposed for advanced users.
|
||||
|
||||
## Quickstart
|
||||
|
||||
|
||||
Reference in New Issue
Block a user