forked from mfreiholz/persistent_login
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
24 lines (24 loc) · 939 Bytes
/
Copy pathcomposer.json
File metadata and controls
24 lines (24 loc) · 939 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "mfreiholz/persistent_login",
"type": "roundcube-plugin",
"description": "This server-side plugin is useful for all Roundcube users who don’t like to log into their mail account each time they open their browser. The plugin stores a persistent login cookie which automatically logs the user in the next time he or she visits the Roundcube web mailer.",
"keywords": ["login", "authorization", "remember"],
"homepage": "https://github.com/mfreiholz/Roundcube-Persistent-Login-Plugin",
"license": "GPL-3.0+",
"authors": [
{
"name": "Manuel Freiholz",
"homepage": "http://www.insanefactory.com",
"role": "Developer"
}
],
"repositories": [
{
"type": "composer",
"url": "http://plugins.roundcube.net"
}
],
"require": {
"roundcube/plugin-installer": ">=0.1.3"
}
}