Sign-in and Sign-up

ScaffoldHub offers out-of-the-box full sign-in and sign-up capabilities.

After the user signs-in, they receive a JWT token.

If the Remember Me flag is marked, the token is saved on the local-storage to be reused after the user closes the browser, otherwise, the token is saved the current session memory.

Users can also switch languages on the sign-in page.

Last updated