Cirilla Documentations

  1. Home
  2. Docs
  3. Cirilla Documentations
  4. Features
  5. Login/Register with Email/Username and Password

Login/Register with Email/Username and Password

This feature allows users to securely log in or register using either their email address or username along with a password. Integrated with WordPress, the app uses JWT authentication to handle user login. When users log in, their credentials are validated, and a JWT token is generated. This token is then used to authenticate the user across the app, ensuring a secure and seamless login experience that leverages WordPress’s user management system. This method ensures both convenience and security, allowing users to access their accounts with ease.

Requirement

FQAs

Is the user automatically logged out when the token expires?

Yes, users will be automatically logged out when the token expires. Each time the user opens the app, the API checks the validity of the token. If the token is no longer valid, the user will be logged out of the app automatically.

Can I disable registration?

Yes, you can disable registration by navigating to App Builder > General > General Tab and adjusting the relevant settings.
image

Can I change default login method?

Was this article helpful to you? Yes No

How can we help?