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
- App builder plugin active
- Enable JWT authentication in App builder
- Permalinks configuration
FQAs
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.
Yes, you can disable registration by navigating to App Builder > General > General Tab and adjusting the relevant settings.
image
Yes, You can flow this document to setup: https://appcheap.io/docs/cirilla-developers-docs/features/set-default-login-method/