Name | ckanext-let-me-in JSON |
Version |
1.0.12
JSON |
| download |
home_page | None |
Summary | An extension that generates a one-time login link for a user |
upload_time | 2024-10-24 13:57:02 |
maintainer | None |
docs_url | None |
author | None |
requires_python | None |
license | AGPL |
keywords |
ckan
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
|
[![Tests](https://github.com/DataShades/ckanext-let-me-in/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/DataShades/ckanext-let-me-in/actions/workflows/test.yml)
# ckanext-let-me-in
An extension that generates a one-time login link for a user by its `id`, `name` or `email`.
Use `lmi_generate_otl` API action or `ckan letmein uli` CLI command to generate an OTL link.
The link will expire in 24h, by default or after it was used.
## Requirements
Compatibility with core CKAN versions:
| CKAN version | Compatible? |
| --------------- | ----------- |
| 2.8 and earlier | no |
| 2.9 | not yet |
| 2.10+ | yes |
## Installation
1. Use `pip` to install an extension: `pip install ckanext-let-me-in`
2. Add `let_me_in` to the `ckan.plugins` setting in your CKAN config file.
## Config settings
Available configuration options:
# The number in seconds that specifies the OTL link TTL (optional, default: 86400).
ckanext.let_me_in.otl_link_ttl= 3600
## Developer installation
To install ckanext-let-me-in for development, activate your CKAN virtualenv and
do:
git clone https://github.com/DataShades/ckanext-let-me-in.git
cd ckanext-let-me-in
python setup.py develop
## Tests
To run the tests, do:
pytest --ckan-ini=test.ini
## License
[AGPL](https://www.gnu.org/licenses/agpl-3.0.en.html)
Raw data
{
"_id": null,
"home_page": null,
"name": "ckanext-let-me-in",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": "DataShades <datashades@linkdigital.com.au>",
"keywords": "CKAN",
"author": null,
"author_email": "DataShades <datashades@linkdigital.com.au>, Oleksandr Cherniavskyi <mutantsan@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/f9/00/f0d7f718d6f1318747e70f42956f8be3de75bd9d34305cb64069d09b9851/ckanext_let_me_in-1.0.12.tar.gz",
"platform": null,
"description": "[![Tests](https://github.com/DataShades/ckanext-let-me-in/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/DataShades/ckanext-let-me-in/actions/workflows/test.yml)\n\n# ckanext-let-me-in\n\nAn extension that generates a one-time login link for a user by its `id`, `name` or `email`.\n\nUse `lmi_generate_otl` API action or `ckan letmein uli` CLI command to generate an OTL link.\n\nThe link will expire in 24h, by default or after it was used.\n\n## Requirements\n\nCompatibility with core CKAN versions:\n\n| CKAN version | Compatible? |\n| --------------- | ----------- |\n| 2.8 and earlier | no |\n| 2.9 | not yet |\n| 2.10+ | yes |\n\n## Installation\n\n1. Use `pip` to install an extension: `pip install ckanext-let-me-in`\n2. Add `let_me_in` to the `ckan.plugins` setting in your CKAN config file.\n\n## Config settings\n\nAvailable configuration options:\n\n # The number in seconds that specifies the OTL link TTL (optional, default: 86400).\n\tckanext.let_me_in.otl_link_ttl= 3600\n\n## Developer installation\n\nTo install ckanext-let-me-in for development, activate your CKAN virtualenv and\ndo:\n\n git clone https://github.com/DataShades/ckanext-let-me-in.git\n cd ckanext-let-me-in\n python setup.py develop\n\n## Tests\n\nTo run the tests, do:\n\n pytest --ckan-ini=test.ini\n\n## License\n\n[AGPL](https://www.gnu.org/licenses/agpl-3.0.en.html)\n",
"bugtrack_url": null,
"license": "AGPL",
"summary": "An extension that generates a one-time login link for a user",
"version": "1.0.12",
"project_urls": {
"Homepage": "https://github.com/DataShades/ckanext-let-me-in"
},
"split_keywords": [
"ckan"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "8d528a6c26b00ca733defd18ea6355dfbd4c0bc311fbd3ce8d980c8ad99abce7",
"md5": "5bcc08fb7c64f1d931b840285ec05272",
"sha256": "3cc53a23b99bfde318385c77e000bca51133e78c3ec1a6e587d08a99a2adac5c"
},
"downloads": -1,
"filename": "ckanext_let_me_in-1.0.12-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5bcc08fb7c64f1d931b840285ec05272",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 24897,
"upload_time": "2024-10-24T13:57:00",
"upload_time_iso_8601": "2024-10-24T13:57:00.804262Z",
"url": "https://files.pythonhosted.org/packages/8d/52/8a6c26b00ca733defd18ea6355dfbd4c0bc311fbd3ce8d980c8ad99abce7/ckanext_let_me_in-1.0.12-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f900f0d7f718d6f1318747e70f42956f8be3de75bd9d34305cb64069d09b9851",
"md5": "8e532cc56c3bd32e9a23da9edd059295",
"sha256": "fc63fe466a2623ef5e090526c58f2c6e5afdba1601c04f58e8b0c58f88113bda"
},
"downloads": -1,
"filename": "ckanext_let_me_in-1.0.12.tar.gz",
"has_sig": false,
"md5_digest": "8e532cc56c3bd32e9a23da9edd059295",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 22176,
"upload_time": "2024-10-24T13:57:02",
"upload_time_iso_8601": "2024-10-24T13:57:02.695749Z",
"url": "https://files.pythonhosted.org/packages/f9/00/f0d7f718d6f1318747e70f42956f8be3de75bd9d34305cb64069d09b9851/ckanext_let_me_in-1.0.12.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-24 13:57:02",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "DataShades",
"github_project": "ckanext-let-me-in",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"requirements": [],
"lcname": "ckanext-let-me-in"
}