ep_auth_session_same_site
v1.0.7
Published
Provides a route that authenticates the user with the provided sessionID parameter and redirects to the given padName. Provide SameSite=None
Downloads
2
Maintainers
Readme
ep_auth_session
A small script for etherpad-lite which provides a route that authenticates the user with the provided sessionID parameter and redirects to the given padName. Usefull when integrating etherpad in a application on a another domain.
Install
Restart your etherpad-lite instance to recognize the plugin.
Usage
Include an iframe with the src set to etherpad page /auth_session?sessionID=SESSION_ID&padName=PAD_NAME
<iframe src="http://pad.test.de/auth_session?sessionID=SESSION_ID&padName=PAD_NAME" width="600" height="400"></iframe>
You can optionally include the groupID as well
<iframe src="http://pad.test.de/auth_session?sessionID=SESSION_ID&groupID=GROUP_ID&padName=PAD_NAME" width="600" height="400"></iframe>