paroga/roundcube-nonce_login
Composer 安装命令:
composer require paroga/roundcube-nonce_login
包简介
Plugin to allow login via an nonce, created by an api call, to avoid the sharing of credentials when multiple people use the same account.
README 文档
README
Plugin to allow login via an nonce, created by an api call, to avoid the sharing of credentials when multiple people use the same account.
When the plugin is installed, the roundcube instance will handle an additional endpoint at https://mail.example.com/?nonce_login. A HTTP GET request with a Basic Authorization header containing the login credntials (e.g. Authorization: Basic aW5mb0BleGFtcGxlLmNvbTpzZWNyZXQ=) will respond with a 201 status code and a Location header. The URL returned via the Location header can be used exactly once to login and does not contain any login credentials.
统计信息
- 总下载量: 84
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-05-27