Authentication
A sample authentication example is located in src/components/authentication
. See the
Authentication Tutorial to learn about how to enable authentication and customize this
component.
note
This sample authentication will accept any password.
Authentication
The Authentication Component provides example code that collects login credentials and manages access control by
implementing the useAuth
hook. This sample code does not perform any real authentication until you
hook it up to your back end. See Authentication Tutorial for complete instructions on
enabling authentication in your SmartDesktop.