You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have a use case where I need to change the default endpoint used to fetch the session (/api/_auth/session) to a custom one (e.g., /custom-api/_auth/session). However, it seems that the module currently does not allow for this customization.
Being able to configure the session endpoint would make the module more flexible and adaptable for different backends or API setups.
Would it be possible to add support for specifying a custom session endpoint via module options?
Thank you in advance for considering this request. Let me know if you need more details or if I can assist with testing or implementation.
Best regards,
Claudia
The text was updated successfully, but these errors were encountered:
Hi,
I have a use case where I need to change the default endpoint used to fetch the session (
/api/_auth/session
) to a custom one (e.g.,/custom-api/_auth/session
). However, it seems that the module currently does not allow for this customization.Being able to configure the session endpoint would make the module more flexible and adaptable for different backends or API setups.
Would it be possible to add support for specifying a custom session endpoint via module options?
Thank you in advance for considering this request. Let me know if you need more details or if I can assist with testing or implementation.
Best regards,
Claudia
The text was updated successfully, but these errors were encountered: