{"id":21943106,"url":"https://github.com/ffimnsr/haya-rs","last_synced_at":"2025-03-22T15:43:29.527Z","repository":{"id":143751665,"uuid":"384710060","full_name":"ffimnsr/haya-rs","owner":"ffimnsr","description":"A re-created version of the gotrue/supabase-auth service.","archived":false,"fork":false,"pushed_at":"2025-01-24T06:59:45.000Z","size":301,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-03T16:45:58.357Z","etag":null,"topics":["authentication","discovery","openid","openid-connect","rust","service"],"latest_commit_sha":null,"homepage":"","language":"PLpgSQL","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/ffimnsr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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}},"created_at":"2021-07-10T13:55:32.000Z","updated_at":"2025-01-24T06:59:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"0bfa1694-f12f-4173-bf1b-1999b1a876cc","html_url":"https://github.com/ffimnsr/haya-rs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffimnsr%2Fhaya-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffimnsr%2Fhaya-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffimnsr%2Fhaya-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ffimnsr%2Fhaya-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ffimnsr","download_url":"https://codeload.github.com/ffimnsr/haya-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244981168,"owners_count":20542288,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["authentication","discovery","openid","openid-connect","rust","service"],"created_at":"2024-11-29T03:28:13.622Z","updated_at":"2025-03-22T15:43:29.502Z","avatar_url":"https://github.com/ffimnsr.png","language":"PLpgSQL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Haya (Doorkeeper)\n\n\u003e Hold my hand in yours, and we will not fear what hands like ours can do.\n\u003e - The Epic Of Gilgamesh\n\n## License\n\nLicensed under either of\n\n- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or\n  http://www.apache.org/licenses/LICENSE-2.0)\n- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n\n### Generating EC Private And Public Keys\n\nIn order to generate EC private key:\n\n```bash\nopenssl ecparam -genkey -noout -name prime256v1 |\n    openssl pkcs8 -topk8 -nocrypt -out ./certs/priv-key.pem\n```\n\nTo generate the counterpart public key:\n\n```\nopenssl ec -in ./certs/priv-key.pem -pubout -out ./certs/pub.pem\n```\n\n### Endpoints\n\n- GET /settings\n- POST, PUT /admin/users/\u003cuser_id\u003e\n- POST /admin/generate_link\n- POST /signup\n- POST /resend\n- POST /invite\n- GET, POST /verify\n- POST /otp\n- POST /recover\n- POST /token\n- GET, PUT /user\n- GET /reauthenticate\n- POST /logout\n- GET /authorize\n- GET /callback\n\n### Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall be\ndual licensed as above, without any additional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fffimnsr%2Fhaya-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fffimnsr%2Fhaya-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fffimnsr%2Fhaya-rs/lists"}