Grabtot / Pizza-Api

0 stars 0 forks source link

Enhance Email Link Generation to Support Client-Specified Paths #14

Closed Grabtot closed 3 months ago

Grabtot commented 3 months ago

Currently, the API generates email confirmation and password reset links using hardcoded paths on the server side. This approach assumes a fixed structure for client-side routes, which may not always align with the actual paths used in the client application. To make the system more flexible and adaptable to different client configurations, we need to allow the client to specify the paths for email confirmation and password reset links.