{"id":32176476,"url":"https://github.com/qwigo/warrant-lite","last_synced_at":"2026-03-09T20:01:28.501Z","repository":{"id":56624276,"uuid":"131894518","full_name":"qwigo/warrant-lite","owner":"qwigo","description":"Python library for process SRP requests for AWS Cognito ","archived":false,"fork":false,"pushed_at":"2020-10-28T07:17:19.000Z","size":51,"stargazers_count":14,"open_issues_count":6,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-29T15:46:46.238Z","etag":null,"topics":["aws-cognito","python-library","warrant","warrant-lite"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qwigo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-02T19:05:13.000Z","updated_at":"2023-10-22T16:41:42.000Z","dependencies_parsed_at":"2022-08-15T22:10:28.875Z","dependency_job_id":null,"html_url":"https://github.com/qwigo/warrant-lite","commit_stats":null,"previous_names":["qwigo/warrant-lite"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/qwigo/warrant-lite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwigo%2Fwarrant-lite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwigo%2Fwarrant-lite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwigo%2Fwarrant-lite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwigo%2Fwarrant-lite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qwigo","download_url":"https://codeload.github.com/qwigo/warrant-lite/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwigo%2Fwarrant-lite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30309998,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T17:35:44.120Z","status":"ssl_error","status_checked_at":"2026-03-09T17:35:43.707Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws-cognito","python-library","warrant","warrant-lite"],"created_at":"2025-10-21T20:00:24.986Z","updated_at":"2026-03-09T20:01:28.306Z","avatar_url":"https://github.com/qwigo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# warrant-lite\nSmall Python library for process SRP requests for AWS Cognito. This library was initially included in the [Warrant](https://www.github.com/capless/warrant) library. We decided to separate it because not all projects and workfows need all of the helper classes and functions in Warrant.\n\n## Install\n\n```python\npip install warrant-lite\n```\n\n## Usage\n\n```python\nfrom warrant_lite import WarrantLite\n\n\nwl = WarrantLite(username='username', password='password',\n                          pool_id='pool_id',client_id='client_id', \n                          client_secret='client_secret')\n\ntokens = wl.authenticate_user() #client is an optional (keyword) argument\n\n#Verify Tokens\nwl.verify_token(tokens['AuthenticationResult']['AccessToken'], 'access_token', 'access') #Access Token example\n\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqwigo%2Fwarrant-lite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqwigo%2Fwarrant-lite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqwigo%2Fwarrant-lite/lists"}