{"id":16777867,"url":"https://github.com/mschae/exauth","last_synced_at":"2025-04-10T20:42:08.667Z","repository":{"id":18293604,"uuid":"21466060","full_name":"mschae/exauth","owner":"mschae","description":"An omniauth wrapper for elixir.","archived":false,"fork":false,"pushed_at":"2014-09-24T10:44:55.000Z","size":171,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-24T18:12:21.749Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mschae.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}},"created_at":"2014-07-03T14:45:54.000Z","updated_at":"2022-08-26T08:17:38.000Z","dependencies_parsed_at":"2022-08-04T23:16:01.483Z","dependency_job_id":null,"html_url":"https://github.com/mschae/exauth","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mschae%2Fexauth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mschae%2Fexauth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mschae%2Fexauth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mschae%2Fexauth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mschae","download_url":"https://codeload.github.com/mschae/exauth/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247814822,"owners_count":21000647,"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":[],"created_at":"2024-10-13T07:26:06.743Z","updated_at":"2025-04-10T20:42:08.648Z","avatar_url":"https://github.com/mschae.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"Exauth\n======\n\nElixir wrapper around the [Erlang OAuth](https://github.com/tim/erlang-oauth) library.\n\nThis gem is a duplicate of [Oauthex](https://github.com/marcelog/oauthex) with the difference that is adds a bit cleaner configuration possibility (using ETS) and it doesn't provide http endpoints. This project is only intended to sign requests to use with ones favorite HTTP library.\n\n## Usage\n\nCurrenlty this library only supports signing of request for which a consumer key, consumer secret, token and token secret is already known.\n\nSign a request:\n```elixir\n  Exauth.sign(method, url) # or\n  Exauth.sign(method, url, params)\n```\n\nIf you are looking to construct Auth headers, a method is already provided:\n```elixir\n  Exauth.sign_header(method, url) #or\n  Exauth.sign_header(method, url, params)\n```\n\nThe latter will return the `OAuth ...` header that has to be used as the value of the `Authorization` header key.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmschae%2Fexauth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmschae%2Fexauth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmschae%2Fexauth/lists"}