{"id":15288041,"url":"https://github.com/hyperauth/explughyperauth","last_synced_at":"2026-01-04T19:44:40.605Z","repository":{"id":57534661,"uuid":"101426732","full_name":"HyperAuth/ExPlugHyperAuth","owner":"HyperAuth","description":"Elixir plug for HTTP authentication","archived":false,"fork":false,"pushed_at":"2017-08-29T20:53:13.000Z","size":62,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-02T15:43:43.689Z","etag":null,"topics":["authentication","elixir","plug"],"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-25T17:26:09.000Z","updated_at":"2017-08-29T20:18:23.000Z","dependencies_parsed_at":"2022-09-26T18:20:17.851Z","dependency_job_id":null,"html_url":"https://github.com/HyperAuth/ExPlugHyperAuth","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyperAuth%2FExPlugHyperAuth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyperAuth%2FExPlugHyperAuth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyperAuth%2FExPlugHyperAuth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyperAuth%2FExPlugHyperAuth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HyperAuth","download_url":"https://codeload.github.com/HyperAuth/ExPlugHyperAuth/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245206531,"owners_count":20577582,"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","elixir","plug"],"created_at":"2024-09-30T15:43:55.226Z","updated_at":"2026-01-04T19:44:40.566Z","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/plug_hyper_auth.svg)](https://hex.pm/packages/plug_hyper_auth)\n[![Hex.pm](https://img.shields.io/hexpm/v/plug_hyper_auth.svg)](https://hex.pm/packages/plug_hyper_auth)\n[![Hex.pm](https://img.shields.io/hexpm/dt/plug_hyper_auth.svg)](https://hex.pm/packages/plug_hyper_auth)\n[![Build Status](https://travis-ci.org/HyperAuth/ExHyperAuth.svg?branch=master)](https://travis-ci.org/HyperAuth/ExHyperAuth)\n\nPlug for HTTP authentication.\n\nExHyperAuth repository is the version of HyperAuth wrote in Elixir to use with web\napplications based on Plug.\n\n## Installation\n\nThe package can be installed by adding `plug_hyper_auth` to your list of\ndependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:plug_hyper_auth, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\nDocumentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)\nand is published on [HexDocs](https://hexdocs.pm). The docs can be found at\n[https://hexdocs.pm/plug_hyper_auth](https://hexdocs.pm/plug_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### Useful links\n\nSome useful links if you want to contribute to this repository.\n\n  * [RFC 2617 at ietf.org](http://www.ietf.org/rfc/rfc2617.txt)\n  * [RFC 2617 at webdav.org](http://www.webdav.org/specs/rfc2617.html)\n  * [RFC 7235 at ietf.org](https://tools.ietf.org/html/rfc7235)\n  * [RFC 7235 at webdav.org](http://www.webdav.org/specs/rfc7235.html)\n  * [RFC 7616 at ietf.org](https://tools.ietf.org/html/rfc7616)\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%2Fexplughyperauth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperauth%2Fexplughyperauth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperauth%2Fexplughyperauth/lists"}