{"id":32173370,"url":"https://github.com/hyperauth/exhyperauth","last_synced_at":"2025-10-21T18:53:25.477Z","repository":{"id":57506081,"uuid":"101804842","full_name":"HyperAuth/ExHyperAuth","owner":"HyperAuth","description":"Elixir authentication","archived":false,"fork":false,"pushed_at":"2017-08-29T21:25:43.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-18T08:19:25.050Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HyperAuth.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":"2017-08-29T20:39:09.000Z","updated_at":"2017-08-29T20:41:48.000Z","dependencies_parsed_at":"2022-09-19T05:30:09.554Z","dependency_job_id":null,"html_url":"https://github.com/HyperAuth/ExHyperAuth","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HyperAuth/ExHyperAuth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyperAuth%2FExHyperAuth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyperAuth%2FExHyperAuth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyperAuth%2FExHyperAuth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyperAuth%2FExHyperAuth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HyperAuth","download_url":"https://codeload.github.com/HyperAuth/ExHyperAuth/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyperAuth%2FExHyperAuth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280317279,"owners_count":26309997,"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","status":"online","status_checked_at":"2025-10-21T02:00:06.614Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-10-21T18:53:24.392Z","updated_at":"2025-10-21T18:53:25.472Z","avatar_url":"https://github.com/HyperAuth.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HyperAuth\n[![Hex.pm](https://img.shields.io/hexpm/l/hyper_auth.svg)](https://hex.pm/packages/hyper_auth)\n[![Hex.pm](https://img.shields.io/hexpm/v/hyper_auth.svg)](https://hex.pm/packages/hyper_auth)\n[![Hex.pm](https://img.shields.io/hexpm/dt/hyper_auth.svg)](https://hex.pm/packages/hyper_auth)\n[![Build Status](https://travis-ci.org/HyperAuth/ExHyperAuth.svg?branch=master)](https://travis-ci.org/HyperAuth/ExHyperAuth)\n\nAuthentication\n\nExHyperAuth repository is the version of HyperAuth wrote in Elixir.\n\n## Installation\n\nThe package can be installed by adding `hyper_auth` to your list of\ndependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:hyper_auth, \"~\u003e 0.1\"}\n  ]\nend\n```\n\nDocumentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)\nand published on [HexDocs](https://hexdocs.pm). Once published, the docs can\nbe found at [https://hexdocs.pm/hyper_auth](https://hexdocs.pm/hyper_auth).\n\n## Contribute\n\nContribution is welcomed. Open a [pull request][pulls] when you are ready to contribute.\n\nIf you are planning to contribute documentation, please check the\n[best practices for writing documentation of Elixir][writing-docs].\n\nAdd tests for the code added and try to keep the code clean. The pull request\nneed to pass the tests to be accepted.\n\nFinally, remember all interactions in our official spaces follow the\n[Elixir Code of Conduct][code-of-conduct].\n\n### Copyright\n\nYou hereby assign copyright in this code to the project, to be licensed\nunder the same terms as the rest of the code.\n\nYou're owner of your contribution copyright, but it will be covered under\nHyperAuth's license and also it's shared with the rest of authors, all the\ncontributors are authors of HyperAuth.\n\nRead the license note section to check details about it.\n\n## License note\n\nHyperAuth is free software: you can redistribute it and/or modify\nit under the terms of the GNU Affero General Public License as\npublished by the Free Software Foundation, either version 3 of the\nLicense, or (at your option) any later version.\n\nHyperAuth is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU Affero General Public License for more details.\n\nYou should have received a copy of the GNU Affero General Public License\nalong with this program. If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n\nCheck [NOTICE](NOTICE) and [LICENSE](LICENSE) files for more\ninformation.\n\n  [code-of-conduct]: https://github.com/elixir-lang/elixir/blob/master/CODE_OF_CONDUCT.md\n  [writing-docs]: http://elixir-lang.org/docs/stable/elixir/writing-documentation.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperauth%2Fexhyperauth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperauth%2Fexhyperauth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperauth%2Fexhyperauth/lists"}