Development
Overview
We've designed the whole CakeAuth platform, as much as possible, everything to be configured and controlled via our app console dashboard.
But, each framework & applications may require a slightly different setup. If you're having trouble getting CakeAuth to work properly, don't hesitant yourself to contact support.
Using Activity Logs
In the Development Environment
, email, SMS, and/or WhatsApp will not be sent for any of your user activities (be it creating an account, signing-in, resetting password, etc). So to accommodate development, you can use activity logs to display all attempts at your user base.
Useful values
Value | Data Type | Notes |
---|---|---|
Activity Type | signin | signup | password_reset | Type of activity/action |
Status | active : Attempt is still valid and available to use | Status of the activity |
used : Attempt is already being used | ||
expired : Attempt is expired | ||
revoked : Too many failed attempt | ||
ID | string | Attempt ID |
Code | 6 digit OTP code; or random token (for password_reset ) | Code that can be used to verify an attempt |
Link | string | Link to reset a password (available only on password_reset type) |
Common Development Scenarios using Activity Logs
Verify OTP on Signin/signup
Password reset
Last updated on