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
Currently nodebb-plugin-session-sharing detects the JWT via a domain specific cookie. This could be expanded to include a query parameter, for example www.mynodebb-forum.com?session-token=qweqwe.qweqwe.qweqwe.
The reasoning for this feature is that cookies cannot be set programmatically when opening a brownser tab/window from a mobile device. It is possible in some cases to pass cookies from fully native applications to webview components. That solution is only viable for webviews on fully native apps, and query params are universal and would apply to all platforms.
The text was updated successfully, but these errors were encountered:
FEATURE REQUEST
Allow JWT to be passed as a query parameter.
Currently
nodebb-plugin-session-sharing
detects the JWT via a domain specific cookie. This could be expanded to include a query parameter, for examplewww.mynodebb-forum.com?session-token=qweqwe.qweqwe.qweqwe
.The reasoning for this feature is that cookies cannot be set programmatically when opening a brownser tab/window from a mobile device. It is possible in some cases to pass cookies from fully native applications to webview components. That solution is only viable for webviews on fully native apps, and query params are universal and would apply to all platforms.
The text was updated successfully, but these errors were encountered: