-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOCS-3430: Remove auth-app commands (#3911)
- Loading branch information
Showing
3 changed files
with
4 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,13 +91,11 @@ For a more in-depth guide with more screens, see the following guide: | |
You can use the mobile app simulator on your development computer to test your app. | ||
The connection code will establish communication with your machine over LAN or WAN. | ||
|
||
## Set up user authentication | ||
## Set up user authentication through Viam | ||
|
||
Viam uses [FusionAuth](https://fusionauth.io/) for authentication and authorization. | ||
|
||
Use the [Viam CLI `auth-app` command](/dev/tools/cli/#auth-app) to register your application with FusionAuth so that you or your users can log into your app with the same credentials they use to log into the [Viam app](https://app.viam.com). | ||
|
||
For support building apps with custom login flows, [contact us](mailto:[email protected]). | ||
You can [use Viam to authenticate end users](/manage/manage/oauth/) while using a branded login screen. | ||
|
||
## Next steps | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,10 +51,8 @@ The connection code will establish communication with your machine over LAN or W | |
|
||
You can also host your app on a server or hosting service of your choice. | ||
|
||
## Set up user authentication | ||
## Set up user authentication through Viam | ||
|
||
Viam uses [FusionAuth](https://fusionauth.io/) for authentication and authorization. | ||
|
||
Use the [Viam CLI `auth-app` command](/dev/tools/cli/#auth-app) to register your application with FusionAuth so that you or your users can log into your app with the same credentials they use to log into the [Viam app](https://app.viam.com). | ||
|
||
For support building apps with custom login flows, [contact us](mailto:[email protected]). | ||
You can [use Viam to authenticate end users](/manage/manage/oauth/) while using a branded login screen. |