{
"info": {
"author": "\u221e",
"author_email": "yourlabs@googlegroups.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
"Framework :: Django",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 3",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Software Development :: Libraries :: Python Modules"
],
"description": ".. image:: https://img.shields.io/pypi/v/django-session-security.svg\n :target: https://pypi.python.org/pypi/django-session-security\n\n.. image:: https://img.shields.io/travis/yourlabs/django-session-security.svg\n :target: https://travis-ci.org/yourlabs/django-session-security\n\n\nThis app provides a mechanism to logout inactive authenticated users. An\ninactive browser should be logged out automatically if the user left his\nworkstation, to protect sensitive data that may be displayed in the browser. It\nmay be useful for CRMs, intranets, and such projects.\n\nFor example, if the user leaves for a coffee break, this app can force logout\nafter say 5 minutes of inactivity.\n\nWhy not just set the session to expire after X minutes ?\n--------------------------------------------------------\n\nOr \"Why does this app even exist\" ? Here are the reasons:\n\n- if the user session expires before the user is done reading a page: he will\n have to login again.\n- if the user session expires before the user is done filling a form: his work\n will be lost, and he will have to login again, and probably yell at you, dear\n django dev ... at least I know I would !\n\nThis app allows to short circuit those limitations in session expiry.\n\nHow does it work ?\n------------------\n\nWhen the user loads a page, SessionSecurity middleware will set the last\nactivity to now. The last activity is stored as datetime\nin ``request.session['_session_security']``. To avoid having the middleware\nupdate that last activity datetime for a URL, add the url to\n``settings.SESSION_SECURITY_PASSIVE_URLS``.\n\nWhen the user moves mouse, click, scroll or press a key, SessionSecurity will\nsave the DateTime as a JavaScript attribute. It will send the number of seconds\nsince when the last user activity was recorded to PingView, next time it should\nping.\n\nFirst, a warning should be shown after ``settings.SESSION_SECURITY_WARN_AFTER``\nseconds. The warning displays a text like \"Your session is about to expire,\nmove the mouse to extend it\".\n\nBefore displaying this warning, SessionSecurity will upload the time since the\nlast client-side activity was recorded. The middleware will take it if it is\nshorter than what it already has - ie. another more recent activity was\ndetected in another browser tab. The PingView will respond with the number of\nseconds since the last activity - all browser tab included.\n\nIf there was no other, more recent, activity recorded by the server: it will\nshow the warning. Otherwise it will update the last activity in javascript from\nthe PingView response.\n\nSame goes to expire after ``settings.SESSION_SECURITY_EXPIRE_AFTER`` seconds.\nJavascript will first make an ajax request to PingView to ensure that another\nmore recent activity was not detected anywhere else - in any other browser tab.\n\nRequirements\n------------\n\n- Python 2.7 or 3.5+\n- jQuery 1.7+\n- Django 1.8 to 2.0\n- django.contrib.staticfiles or #YoYo\n\nResources\n---------\n\nYou could subscribe to the mailing list ask questions or just be informed of\npackage updates.\n\n- `Git graciously hosted\n `_ by `GitHub\n `_,\n- `Documentation graciously hosted\n `_ by `RTFD\n `_,\n- `Package graciously hosted\n `_ by `PyPi\n `_,\n- `Mailing list graciously hosted\n `_ by `Google\n `_\n- For **Security** issues, please contact yourlabs-security@googlegroups.com\n- `Continuous integration graciously hosted\n `_ by `Travis-ci\n `_\n",
"description_content_type": "",
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/yourlabs/django-session-security",
"keywords": "django session",
"license": "MIT",
"maintainer": "",
"maintainer_email": "",
"name": "django-session-security",
"package_url": "https://pypi.org/project/django-session-security/",
"platform": "",
"project_url": "https://pypi.org/project/django-session-security/",
"project_urls": {
"Homepage": "https://github.com/yourlabs/django-session-security"
},
"release_url": "https://pypi.org/project/django-session-security/2.6.5/",
"requires_dist": null,
"requires_python": "",
"summary": "Client and server side session timeout with warnings",
"version": "2.6.5"
},
"last_serial": 4660739,
"releases": {
"1.0rc1": [
{
"comment_text": "",
"digests": {
"md5": "424af3a06653fe70c17457cbff77007d",
"sha256": "c0288d7bf6641b2f70f5f95cb53d4115f424d4156bdfadc9e1ee7a88dd22fa27"
},
"downloads": -1,
"filename": "django-session-security-1.0rc1.tar.gz",
"has_sig": false,
"md5_digest": "424af3a06653fe70c17457cbff77007d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4247,
"upload_time": "2012-05-19T10:02:12",
"url": "https://files.pythonhosted.org/packages/82/ac/22f1dbcc081880a95f011564853bd30d5675cdc8a3699855950118f84e55/django-session-security-1.0rc1.tar.gz"
}
],
"1.0rc2": [
{
"comment_text": "",
"digests": {
"md5": "263e095abe51b6b7eeb70b5bd904be23",
"sha256": "8a92f44c32c6c69243e4738f4a2221c48424804a2ab4f69a12afa253777db319"
},
"downloads": -1,
"filename": "django-session-security-1.0rc2.tar.gz",
"has_sig": false,
"md5_digest": "263e095abe51b6b7eeb70b5bd904be23",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 6908,
"upload_time": "2012-05-23T10:51:38",
"url": "https://files.pythonhosted.org/packages/a0/be/44e9cfe8c1c0ebff9f56b8c81fc6c17210ee128a95d6ea0598d10cfb7158/django-session-security-1.0rc2.tar.gz"
}
],
"1.1": [
{
"comment_text": "",
"digests": {
"md5": "3879141396ecb346d33d332d936808dc",
"sha256": "d4fbbd9bfdd3fe8f6c9f269da982781b447a88866b6b6afa75e0f2517a051f51"
},
"downloads": -1,
"filename": "django-session-security-1.1.tar.gz",
"has_sig": false,
"md5_digest": "3879141396ecb346d33d332d936808dc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7438,
"upload_time": "2012-12-18T13:06:57",
"url": "https://files.pythonhosted.org/packages/84/ae/b7edc3dc84db9a8361bb9c1e2ac071b6c4eb982197368a96193362ce8906/django-session-security-1.1.tar.gz"
}
],
"1.2.1": [
{
"comment_text": "",
"digests": {
"md5": "d60b5e60052b48e7bd72dcd90a09fbf9",
"sha256": "9130497db9a3fff5d64c5bfb0b07b49bf072953c047f1f9b484df6ed39ba57bd"
},
"downloads": -1,
"filename": "django-session-security-1.2.1.tar.gz",
"has_sig": false,
"md5_digest": "d60b5e60052b48e7bd72dcd90a09fbf9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7713,
"upload_time": "2013-02-13T17:59:11",
"url": "https://files.pythonhosted.org/packages/9f/80/36ae7757f3cc6fb058721951755281992886f329f8fd6b929cc55befd2a7/django-session-security-1.2.1.tar.gz"
}
],
"1.2.2": [
{
"comment_text": "",
"digests": {
"md5": "87a759cc996df9e41fcacc64515a282f",
"sha256": "8edc7cd3599b07880a16db5fdd145c60981e03a244fb1bf5346faeed5a730fcf"
},
"downloads": -1,
"filename": "django-session-security-1.2.2.tar.gz",
"has_sig": false,
"md5_digest": "87a759cc996df9e41fcacc64515a282f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8704,
"upload_time": "2013-02-14T16:14:18",
"url": "https://files.pythonhosted.org/packages/a6/24/ba091b7ad54b6c069b7b241ff220007aefb9a92affe0b4f38043a69f00e4/django-session-security-1.2.2.tar.gz"
}
],
"2.0.0": [
{
"comment_text": "",
"digests": {
"md5": "5688b3156f380a754cad6042406e5291",
"sha256": "2d6e3131ed9935d3badcbcef4da98de219786b4e2b6e89fb7c3a2a5c9a0f9a87"
},
"downloads": -1,
"filename": "django-session-security-2.0.0.tar.gz",
"has_sig": false,
"md5_digest": "5688b3156f380a754cad6042406e5291",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 12099,
"upload_time": "2013-02-18T16:52:39",
"url": "https://files.pythonhosted.org/packages/2f/99/6d004ca4cdf0cab429c475d288645f365191dcdccc1633aaf556dfa55539/django-session-security-2.0.0.tar.gz"
}
],
"2.0.2": [
{
"comment_text": "",
"digests": {
"md5": "a8e90811e7415f2c17496c135a99fb88",
"sha256": "d748bffb1f7a2962c71b96575004b159871808534f4b81f685e9486992057ef8"
},
"downloads": -1,
"filename": "django-session-security-2.0.2.tar.gz",
"has_sig": false,
"md5_digest": "a8e90811e7415f2c17496c135a99fb88",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 11774,
"upload_time": "2013-02-19T16:00:19",
"url": "https://files.pythonhosted.org/packages/87/53/693740b88e0d5066b307dcd3a1c145f715c8dadb34cfe5c0021f47b0c646/django-session-security-2.0.2.tar.gz"
}
],
"2.0.3": [
{
"comment_text": "",
"digests": {
"md5": "acd8a39d496c8594d8ece32f7d665e0d",
"sha256": "d2ad6642e431ed1d44b2b04ff30420eea94f13af8a6bcaaa7b6af30cec8cb5b9"
},
"downloads": -1,
"filename": "django-session-security-2.0.3.tar.gz",
"has_sig": false,
"md5_digest": "acd8a39d496c8594d8ece32f7d665e0d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 11837,
"upload_time": "2013-02-19T16:30:32",
"url": "https://files.pythonhosted.org/packages/7a/3c/642e6994c15f62c82e5a9cc53339b457c0d4576a240524bdd4eef10333e0/django-session-security-2.0.3.tar.gz"
}
],
"2.0.4": [
{
"comment_text": "",
"digests": {
"md5": "0d919843a7987dd90c7970287827272c",
"sha256": "83c2da07680c71ad6dd3651bc4e8f160b1ea54aa7518d09341a2abc4d920a2e7"
},
"downloads": -1,
"filename": "django-session-security-2.0.4.tar.gz",
"has_sig": false,
"md5_digest": "0d919843a7987dd90c7970287827272c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 12013,
"upload_time": "2013-04-29T00:36:08",
"url": "https://files.pythonhosted.org/packages/f7/e5/acd7b284fe9bd188153058354f83ebe41f70956e5f215071098cb5296ca6/django-session-security-2.0.4.tar.gz"
}
],
"2.0.5": [
{
"comment_text": "",
"digests": {
"md5": "16fc514f3c6e2a8fc8274d95e274284e",
"sha256": "bab0bccce55c44d34b11a7d67ad36e3d93f6460254baf4602bccc5db4ef48f39"
},
"downloads": -1,
"filename": "django-session-security-2.0.5.tar.gz",
"has_sig": false,
"md5_digest": "16fc514f3c6e2a8fc8274d95e274284e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 11966,
"upload_time": "2013-05-02T13:33:30",
"url": "https://files.pythonhosted.org/packages/c1/f6/d05ced01fed896e6c984a02e6fd4f3bc2fe4f8e3c96d1f6e057aa0388df9/django-session-security-2.0.5.tar.gz"
}
],
"2.0.6": [
{
"comment_text": "",
"digests": {
"md5": "7fb1d9903d455a59c9d09354045d6515",
"sha256": "91e45c6131c4c2ab3b496cd7f2e73778c9ad210937224f0187a8af21c860c1c6"
},
"downloads": -1,
"filename": "django-session-security-2.0.6.tar.gz",
"has_sig": false,
"md5_digest": "7fb1d9903d455a59c9d09354045d6515",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 10425,
"upload_time": "2013-11-11T16:02:44",
"url": "https://files.pythonhosted.org/packages/61/78/d204833d3ae5544599eeda2949af051412ebb46a6841fbc295f867caa5a5/django-session-security-2.0.6.tar.gz"
}
],
"2.1.0": [
{
"comment_text": "",
"digests": {
"md5": "9cfda932596cbcb8a5bc9f7f2fe7289f",
"sha256": "ed3cc807eaeeeaf3d8fdcb97eb909647e5997aebc9fe7edb53e0f94ef709ab46"
},
"downloads": -1,
"filename": "django-session-security-2.1.0.tar.gz",
"has_sig": false,
"md5_digest": "9cfda932596cbcb8a5bc9f7f2fe7289f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 10725,
"upload_time": "2013-11-12T12:14:14",
"url": "https://files.pythonhosted.org/packages/7a/cc/696855c70debcd0b9cc15b6f5bfadbe02a1b899e100134d2facc775c2a1d/django-session-security-2.1.0.tar.gz"
}
],
"2.1.1": [
{
"comment_text": "",
"digests": {
"md5": "0d3d4160e3cf2b10582b8721c4b8ed79",
"sha256": "4a71c489d6358e97278426005cf0830415d7078cd6ebda3af2166d99f074a0d0"
},
"downloads": -1,
"filename": "django-session-security-2.1.1.tar.gz",
"has_sig": false,
"md5_digest": "0d3d4160e3cf2b10582b8721c4b8ed79",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 10726,
"upload_time": "2013-11-12T12:22:34",
"url": "https://files.pythonhosted.org/packages/b4/18/bb51e51a3d7f4ed1b8ff5efb1144fa7c4ae7d5d2614cf4c027cfbbb66657/django-session-security-2.1.1.tar.gz"
}
],
"2.1.2": [
{
"comment_text": "",
"digests": {
"md5": "c3d73c541f56a55e697b76f05e1875fd",
"sha256": "b6cce2fedf7bb16af46818e6321aad78a2c4a151ce5c27894480701f83672559"
},
"downloads": -1,
"filename": "django-session-security-2.1.2.tar.gz",
"has_sig": false,
"md5_digest": "c3d73c541f56a55e697b76f05e1875fd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 10735,
"upload_time": "2013-11-28T11:41:49",
"url": "https://files.pythonhosted.org/packages/1d/aa/f4ec30f682ff7ab9d13984428448b99da69a856573fcad9f05df92c13de5/django-session-security-2.1.2.tar.gz"
}
],
"2.1.5": [
{
"comment_text": "",
"digests": {
"md5": "d059dac34816f286fa406c48edb4bb4f",
"sha256": "9ccdd30ee780225d48c9dd8ce72b5d90f20d434744decdd761f77faac55ae042"
},
"downloads": -1,
"filename": "django-session-security-2.1.5.tar.gz",
"has_sig": false,
"md5_digest": "d059dac34816f286fa406c48edb4bb4f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 11157,
"upload_time": "2014-02-23T22:52:10",
"url": "https://files.pythonhosted.org/packages/38/16/78ceefcbe30d2462e6e768435d46f8eb89affa22c1b5d8db1fd3087bd316/django-session-security-2.1.5.tar.gz"
}
],
"2.1.6": [
{
"comment_text": "",
"digests": {
"md5": "b5e19ad01c926869809076480f15b377",
"sha256": "ee562f612b8c22b0773f12fa8d66e36c1d9e8c1e22d56d03e6e08f036ad875a9"
},
"downloads": -1,
"filename": "django-session-security-2.1.6.tar.gz",
"has_sig": false,
"md5_digest": "b5e19ad01c926869809076480f15b377",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 12702,
"upload_time": "2014-03-13T12:36:22",
"url": "https://files.pythonhosted.org/packages/53/cc/293745e3ba67b314d20a6cfb4452c77b3a78c8a4dc065d9478d0d5f44f57/django-session-security-2.1.6.tar.gz"
}
],
"2.1.7": [
{
"comment_text": "",
"digests": {
"md5": "82079ab9ea2dcca3811166c9515238aa",
"sha256": "0a66a676019fecbfca59b1a9103f9eb99b073defd78ac6498efd896ac573fa01"
},
"downloads": -1,
"filename": "django-session-security-2.1.7.tar.gz",
"has_sig": false,
"md5_digest": "82079ab9ea2dcca3811166c9515238aa",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 12713,
"upload_time": "2014-05-15T22:07:07",
"url": "https://files.pythonhosted.org/packages/c6/8a/ba63cb7783a35a1b770a953fa51ba94d02fb9811eba0a62c9e14005d1d00/django-session-security-2.1.7.tar.gz"
}
],
"2.2.0": [
{
"comment_text": "",
"digests": {
"md5": "8b04edab6d80f36dc8e68915944e1f6b",
"sha256": "4d2eca920d13cba484d1d7d89225ffe8947e89d2a343017046e72428c1a57291"
},
"downloads": -1,
"filename": "django-session-security-2.2.0.tar.gz",
"has_sig": false,
"md5_digest": "8b04edab6d80f36dc8e68915944e1f6b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 12817,
"upload_time": "2014-05-15T22:11:51",
"url": "https://files.pythonhosted.org/packages/d5/27/47950bd711f0870f4cb6df1b7e34f5343d71f33e95be314fd4da289d72b7/django-session-security-2.2.0.tar.gz"
}
],
"2.2.1": [
{
"comment_text": "",
"digests": {
"md5": "15bdc14fe6daa17694cc40122f11ee3b",
"sha256": "958836e99be786788c2c7e09366b420e2c9f9db0863c5296ae5284e326ae4e94"
},
"downloads": -1,
"filename": "django-session-security-2.2.1.tar.gz",
"has_sig": false,
"md5_digest": "15bdc14fe6daa17694cc40122f11ee3b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 13250,
"upload_time": "2014-08-04T07:14:02",
"url": "https://files.pythonhosted.org/packages/b0/a5/b704be27cd6ce4c8f5e4e656290a449424730ba7609042d31b936ffa1a1e/django-session-security-2.2.1.tar.gz"
}
],
"2.2.2": [
{
"comment_text": "",
"digests": {
"md5": "258409c2102e36ef2b426b9941b2fdb5",
"sha256": "2927ce38af65111a789f8b9f9351c5aaa2452600709c469df9929a982cce46f4"
},
"downloads": -1,
"filename": "django-session-security-2.2.2.tar.gz",
"has_sig": false,
"md5_digest": "258409c2102e36ef2b426b9941b2fdb5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 14124,
"upload_time": "2014-10-30T23:52:39",
"url": "https://files.pythonhosted.org/packages/57/f6/09a426bb848ac770ed8a399c64c2d28df1cf9a8b26008b481d2ae727a812/django-session-security-2.2.2.tar.gz"
}
],
"2.2.3": [
{
"comment_text": "",
"digests": {
"md5": "403e0bf916bf61f16ab2279f53853c10",
"sha256": "3a2dd649d64595ef0ee511205cc4887c730ff41a77cf8e83a623e3116aea73a9"
},
"downloads": -1,
"filename": "django-session-security-2.2.3.tar.gz",
"has_sig": false,
"md5_digest": "403e0bf916bf61f16ab2279f53853c10",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 14211,
"upload_time": "2014-12-06T16:18:29",
"url": "https://files.pythonhosted.org/packages/d9/6c/4597724694d25aa588be74fd7160643ff1d36e8541f3e12b80f36632fe1d/django-session-security-2.2.3.tar.gz"
}
],
"2.2.4": [
{
"comment_text": "",
"digests": {
"md5": "0a1bc6f22b09b143d302ba0056a78d38",
"sha256": "e1ab68ed760dea8125620cef286a5535ccfedb98e908a12b22fd49f0b1485547"
},
"downloads": -1,
"filename": "django-session-security-2.2.4.tar.gz",
"has_sig": true,
"md5_digest": "0a1bc6f22b09b143d302ba0056a78d38",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 14313,
"upload_time": "2015-06-02T11:33:37",
"url": "https://files.pythonhosted.org/packages/9d/63/b648456602ad7045ce221bed95976c1f101aa9fb511ea356b12753786e9a/django-session-security-2.2.4.tar.gz"
}
],
"2.3.0": [
{
"comment_text": "",
"digests": {
"md5": "c4149ed70c3e75c7281abe3905906852",
"sha256": "408149a2915b5cec70ce0200e418cb3b46fb60f2d9c177b3d1a8792c286b06f9"
},
"downloads": -1,
"filename": "django-session-security-2.3.0.tar.gz",
"has_sig": true,
"md5_digest": "c4149ed70c3e75c7281abe3905906852",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 14327,
"upload_time": "2015-12-23T01:39:35",
"url": "https://files.pythonhosted.org/packages/9f/a7/d37b51c9d92913678ea69d77454e8a24eb2be4fe2ed97383de1be3b26528/django-session-security-2.3.0.tar.gz"
}
],
"2.3.1": [
{
"comment_text": "",
"digests": {
"md5": "fabf5df19d65d83da7b0a00c439abab2",
"sha256": "cddea9ad5b001a3ba66c48cb78e4dda9dce685930639efab3c2bd5b2612182c4"
},
"downloads": -1,
"filename": "django-session-security-2.3.1.tar.gz",
"has_sig": true,
"md5_digest": "fabf5df19d65d83da7b0a00c439abab2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 96338,
"upload_time": "2016-01-03T17:56:57",
"url": "https://files.pythonhosted.org/packages/34/c5/a79598b41bad0029a20bc0c976b9dc328d2e86f1f225cbc76c6f825fd368/django-session-security-2.3.1.tar.gz"
}
],
"2.3.2": [
{
"comment_text": "",
"digests": {
"md5": "26f5e194c5cc4f3abf48565284f2e355",
"sha256": "8c065a5f19b23a3389e2c3e64e4a17d4f5e4fc742bf35a4a82d46edea6fe091c"
},
"downloads": -1,
"filename": "django-session-security-2.3.2.tar.gz",
"has_sig": true,
"md5_digest": "26f5e194c5cc4f3abf48565284f2e355",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 96400,
"upload_time": "2016-04-12T22:32:26",
"url": "https://files.pythonhosted.org/packages/54/b9/4340a7044c004efa83475bbbcc36e5b1b030fa6adb5a476142e94848affe/django-session-security-2.3.2.tar.gz"
}
],
"2.4.0": [
{
"comment_text": "",
"digests": {
"md5": "6966517f42da6df9ad420711511880d9",
"sha256": "b415e274d310001ecfcd474eb2d441f72e5f5027c57ef7d1c9c56ea842107734"
},
"downloads": -1,
"filename": "django-session-security-2.4.0.tar.gz",
"has_sig": true,
"md5_digest": "6966517f42da6df9ad420711511880d9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 96830,
"upload_time": "2016-08-17T13:38:47",
"url": "https://files.pythonhosted.org/packages/3c/c5/de6a9ce7ac1f8f3b35ee84af05bb866f6b87281f17103fd3b72435bf5bc3/django-session-security-2.4.0.tar.gz"
}
],
"2.4.1": [
{
"comment_text": "",
"digests": {
"md5": "636325264190445879c5f2035c409927",
"sha256": "2a9bc7321f9bc93298f3cdccbca673586ddf4008c7a08a9698ca811ace392bb5"
},
"downloads": -1,
"filename": "django-session-security-2.4.1.tar.gz",
"has_sig": true,
"md5_digest": "636325264190445879c5f2035c409927",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 97184,
"upload_time": "2017-02-05T14:13:39",
"url": "https://files.pythonhosted.org/packages/8c/c3/f18dbed08521147b7aa4559cbe490f62b04cab0bf95c064451922c68e69d/django-session-security-2.4.1.tar.gz"
}
],
"2.5.0": [
{
"comment_text": "",
"digests": {
"md5": "8ae657802205502369225f87af4015af",
"sha256": "0b80249b7f0230feacf17b0685e822089f5c3c197df9cb4b7be473c4af092a91"
},
"downloads": -1,
"filename": "django-session-security-2.5.0.tar.gz",
"has_sig": true,
"md5_digest": "8ae657802205502369225f87af4015af",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 97317,
"upload_time": "2017-02-05T15:31:31",
"url": "https://files.pythonhosted.org/packages/67/fa/66003270114daa725b859740a9f2754282ced08803ab0b3cfdc4f5b12235/django-session-security-2.5.0.tar.gz"
}
],
"2.5.1": [
{
"comment_text": "",
"digests": {
"md5": "d7bef0d5dcfcb3f4d6a9b26251ef9fd0",
"sha256": "f28a82f0ca04c1da63ea7e17db30a2aa2396a25f1cee597482850563ab9dbf29"
},
"downloads": -1,
"filename": "django-session-security-2.5.1.tar.gz",
"has_sig": true,
"md5_digest": "d7bef0d5dcfcb3f4d6a9b26251ef9fd0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 97623,
"upload_time": "2017-02-07T15:22:30",
"url": "https://files.pythonhosted.org/packages/77/01/3c98825c7a80b165fee054bff3d16bb360398cb3a47403ae6c4614053420/django-session-security-2.5.1.tar.gz"
}
],
"2.6.0": [
{
"comment_text": "",
"digests": {
"md5": "4f099e18e65e646bd6a962df5f6a6ccd",
"sha256": "390c79f1ffad81941d4e593adb03c62867e15688f1caca2d1067671c55766422"
},
"downloads": -1,
"filename": "django-session-security-2.6.0.tar.gz",
"has_sig": true,
"md5_digest": "4f099e18e65e646bd6a962df5f6a6ccd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 96370,
"upload_time": "2018-03-16T09:54:48",
"url": "https://files.pythonhosted.org/packages/6a/b7/f42f84f662c475b37217295793fa34455ed798d777d415b59976703854fd/django-session-security-2.6.0.tar.gz"
}
],
"2.6.0rc1": [
{
"comment_text": "",
"digests": {
"md5": "41aa4f935b2d67f7b3e6d430e831fdb8",
"sha256": "1120b8ea436824827f9b59aae9c08c3e4e1f61aeb89e7997b7d80c49fee86471"
},
"downloads": -1,
"filename": "django-session-security-2.6.0rc1.tar.gz",
"has_sig": true,
"md5_digest": "41aa4f935b2d67f7b3e6d430e831fdb8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 96398,
"upload_time": "2018-01-05T20:20:04",
"url": "https://files.pythonhosted.org/packages/d7/89/1b048a16aa1e45931a97f99c530a9618c651fe46a22915265c58b0ad4758/django-session-security-2.6.0rc1.tar.gz"
}
],
"2.6.1": [
{
"comment_text": "",
"digests": {
"md5": "94acdd2f0d7679c7d5c4ab054f6a2f50",
"sha256": "3ff78392b09f9e7e5d318345a39270a16bad0050f97325291ae3fada9c89ee6b"
},
"downloads": -1,
"filename": "django-session-security-2.6.1.tar.gz",
"has_sig": true,
"md5_digest": "94acdd2f0d7679c7d5c4ab054f6a2f50",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 96441,
"upload_time": "2018-08-27T12:36:19",
"url": "https://files.pythonhosted.org/packages/29/0f/d16c070b0384f3c557a82e68ac99cfd1eb41600fcfaf78f2a0c42964abdb/django-session-security-2.6.1.tar.gz"
}
],
"2.6.2": [
{
"comment_text": "",
"digests": {
"md5": "77bfa527107e09bf203cea6fbc668c37",
"sha256": "c48ad162a0d2a3c29ff330905e0188a5b4dd03908ed6907ae4000ae939b6153c"
},
"downloads": -1,
"filename": "django-session-security-2.6.2.tar.gz",
"has_sig": false,
"md5_digest": "77bfa527107e09bf203cea6fbc668c37",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 96497,
"upload_time": "2018-10-23T21:26:08",
"url": "https://files.pythonhosted.org/packages/bb/77/fc5503e17410dbccfd44436997311a0bfe2ac3cc10faf42cf11d9651ab2d/django-session-security-2.6.2.tar.gz"
}
],
"2.6.3": [
{
"comment_text": "",
"digests": {
"md5": "9a5f5d19a9b24b6fa2be0539749925c2",
"sha256": "9b18c67ecd9092d12a65eae911f59e785546865c13c1842bdd0e1303daf0dcdc"
},
"downloads": -1,
"filename": "django-session-security-2.6.3.tar.gz",
"has_sig": true,
"md5_digest": "9a5f5d19a9b24b6fa2be0539749925c2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 96529,
"upload_time": "2019-01-04T12:39:25",
"url": "https://files.pythonhosted.org/packages/bd/52/2999c0809f9757cb1093e72d5711dc76edf7628773ad82f89cdc2a3aaa24/django-session-security-2.6.3.tar.gz"
}
],
"2.6.5": [
{
"comment_text": "",
"digests": {
"md5": "817ddecc32196c94673c41f219aa1cae",
"sha256": "1b78b304fc1481f71addaba6b24bd30f7731478ba30c32f04f534dc2c0976d46"
},
"downloads": -1,
"filename": "django-session-security-2.6.5.tar.gz",
"has_sig": true,
"md5_digest": "817ddecc32196c94673c41f219aa1cae",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 96536,
"upload_time": "2019-01-04T16:14:22",
"url": "https://files.pythonhosted.org/packages/60/66/7bb47eac4a6fe1b4c9c9a0879abc90703524692421bae010d63e5fb4d3ff/django-session-security-2.6.5.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "817ddecc32196c94673c41f219aa1cae",
"sha256": "1b78b304fc1481f71addaba6b24bd30f7731478ba30c32f04f534dc2c0976d46"
},
"downloads": -1,
"filename": "django-session-security-2.6.5.tar.gz",
"has_sig": true,
"md5_digest": "817ddecc32196c94673c41f219aa1cae",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 96536,
"upload_time": "2019-01-04T16:14:22",
"url": "https://files.pythonhosted.org/packages/60/66/7bb47eac4a6fe1b4c9c9a0879abc90703524692421bae010d63e5fb4d3ff/django-session-security-2.6.5.tar.gz"
}
]
}