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
Right now, we read parameters for plugin@auth.ts from env. However, for multitenant apps, we need to access the host header from the incoming request, and load different parameters for each tenant.
Right now the documentation does not mention a way to do that.
Please add a section to it explaining how can we access the incoming request in plugin code.