Files
MeowSpool/backend/bruno-routes/MewoSpool/environments/route.yml
T
Felipe d5af338ee1 feat: implement email verification and password reset features
- Add EmailTokenService for handling email verification and password reset tokens.
- Create EmailService for sending verification and reset emails via SMTP.
- Update AuthService to handle email verification status during login.
- Modify user registration to redirect to a check email screen instead of issuing a token.
- Implement resend verification email functionality.
- Add deep link handling for email verification and password reset in the mobile app.
- Update mobile app routes and components to support new email verification flow.
- Enhance error handling for unverified emails during login attempts.
- Update configuration to include SMTP settings for email service.
2026-03-14 23:38:15 -03:00

19 lines
423 B
YAML

name: route
variables:
- name: base_url
value: https://meowspool.felipecncloud.com
- secret: true
name: access_token
- secret: true
name: refresh_token
- name: preset_id
value: 07188f3b-2b74-4251-88bc-037de7628d65
- name: filament_id
value: ""
- name: google_id_token
value: ""
- name: email_verify_token
value: 0351fde6cc2546499c2910fe109528fc
- name: reset_token
value: ""