{"id":22264402,"url":"https://github.com/curious22/falcon-oauth-server","last_synced_at":"2026-02-14T11:35:24.595Z","repository":{"id":127363830,"uuid":"80419351","full_name":"curious22/falcon-oauth-server","owner":"curious22","description":"OAuth REST API on Falcon","archived":false,"fork":false,"pushed_at":"2017-02-17T15:27:46.000Z","size":23,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-07-28T10:47:21.899Z","etag":null,"topics":["falcon","oauth-server","postgresql","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/curious22.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-01-30T12:26:36.000Z","updated_at":"2020-09-05T16:09:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"69b2f351-f093-4d5b-a2bb-d08b3d2a3538","html_url":"https://github.com/curious22/falcon-oauth-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/curious22/falcon-oauth-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curious22%2Ffalcon-oauth-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curious22%2Ffalcon-oauth-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curious22%2Ffalcon-oauth-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curious22%2Ffalcon-oauth-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/curious22","download_url":"https://codeload.github.com/curious22/falcon-oauth-server/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curious22%2Ffalcon-oauth-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29443452,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T10:51:12.367Z","status":"ssl_error","status_checked_at":"2026-02-14T10:50:52.088Z","response_time":53,"last_error":"SSL_read: 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":["falcon","oauth-server","postgresql","python"],"created_at":"2024-12-03T10:08:50.664Z","updated_at":"2026-02-14T11:35:24.589Z","avatar_url":"https://github.com/curious22.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# falcon-oauth-server\n\nAn implementation of OAuth REST API server on Falcon. Based on \n[falcon-rest-api](https://github.com/ziwon/falcon-rest-api) repository.\n\n## Requirements\n\n - Python 3.5.2\n - Cerberus 1.1\n - Cython 0.25.2\n - falcon 1.1.0\n - gunicorn 19.6.0\n - itsdangerous 0.24\n - psycopg2 2.6.2\n - pytest 3.0.6\n - python-decouple 3.0\n - requests 2.13.0\n - SQLAlchemy 1.1.5\n\n\n## Local deployment\n\n### Create PostgreSQL DB for local development:\n\n1. Change user: `sudo su postgres`\n\n2. Enter to psql: `psql`\n\n3. Enter the commands one after another with the sign of the semicolon **;**\n```\nCREATE DATABASE oauth_db;\nCREATE USER admin WITH PASSWORD 'admin2321';\nALTER ROLE admin SET client_encoding TO 'utf8';\nALTER ROLE admin SET timezone TO 'UTC';\nGRANT ALL PRIVILEGES ON DATABASE oauth_db TO admin;\n```\n\n### Create .env file for project variables \n\n1. Create .env file in root directory\n\n2. Added into file following variables:\n```\nSECRET_KEY=YourSecretKey\nDB_URI=dialect+driver://username:password@host:port/database\nLOG_LEVEL=DEBUG\n```\n\n### Run server\n\n1. Type `make start-server`\n\n2. Navigate to `http://0.0.0.0:5000/`\n\n### Run tests\n\nType `pytest -v`\n\n## Docs\n\nAPI endpoints:\n - [/v1/users](docs/user's_endpoint.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcurious22%2Ffalcon-oauth-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcurious22%2Ffalcon-oauth-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcurious22%2Ffalcon-oauth-server/lists"}