{"id":13508117,"url":"https://github.com/bryanjos/plug_jwt","last_synced_at":"2025-12-11T23:43:21.062Z","repository":{"id":21200436,"uuid":"24512794","full_name":"bryanjos/plug_jwt","owner":"bryanjos","description":"Plug for JWT authentication","archived":false,"fork":false,"pushed_at":"2015-08-19T22:13:08.000Z","size":228,"stargazers_count":39,"open_issues_count":0,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-21T08:21:25.590Z","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/bryanjos.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-09-26T19:33:59.000Z","updated_at":"2023-11-26T22:46:02.000Z","dependencies_parsed_at":"2022-08-28T05:40:48.653Z","dependency_job_id":null,"html_url":"https://github.com/bryanjos/plug_jwt","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanjos%2Fplug_jwt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanjos%2Fplug_jwt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanjos%2Fplug_jwt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryanjos%2Fplug_jwt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bryanjos","download_url":"https://codeload.github.com/bryanjos/plug_jwt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247375211,"owners_count":20928973,"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-08-01T02:00:48.343Z","updated_at":"2025-12-11T23:43:20.981Z","avatar_url":"https://github.com/bryanjos.png","language":"Elixir","funding_links":[],"categories":["Framework Components","Libraries"],"sub_categories":["Elixir"],"readme":"PlugJwt\n=======\n\nA JWT Plug\n\nUsage:\n\n```elixir\n    #When reading from joken config block\n    plug PlugJwt\n    \n    #or the module that implements `Joken.Config` can be set explicitly\n    plug PlugJwt, config_module: My.Joken.Config\n\n    #You may also add a list of expected claims to verify\n    plug PlugJwt, config_module: My.Joken.Config, claims: [aud: \"spiderman\", admin: true]\n```\n\nParameters:\n\nPlugJWT will attempt to read from your joken config block. Parameters can also be placed on the Plug itself\nwhich overrides the joken configuration\n\n* config_module: The module that implements Joken.Config\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryanjos%2Fplug_jwt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbryanjos%2Fplug_jwt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryanjos%2Fplug_jwt/lists"}