Changelog
Key Block API v1
v1.0.2
- Users: added blockRules to user profile with default flags for strict mode, mature content, and in-app purchases
- Users: PATCH /v1/users/me now supports updating blockRules
- Auth and user profile responses now include blockRules in the returned user object
v1.0.1
- Auth: logout API (POST /v1/auth/logout) — revokes current access token
- Users: delete account (DELETE /v1/users/me) — soft delete, revokes all tokens
- Same email can register as a new account after account deletion
v1.0.0
- Auth module: send OTP, verify OTP, resend OTP, refresh token
- Onboarding module: questions and answers