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.
See finsemble-ui: API Reference for instructions on how to use Finsemble
UI's useAuth()
React hook and associated React components.
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.