{"id":15732866,"url":"https://github.com/nsweeting/authex_blacklist_redis","last_synced_at":"2026-05-17T09:45:56.810Z","repository":{"id":57479101,"uuid":"109534373","full_name":"nsweeting/authex_blacklist_redis","owner":"nsweeting","description":"A simple module to use redis as a token blacklist with Authex.","archived":false,"fork":false,"pushed_at":"2018-02-25T19:14:11.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-02T06:14:03.294Z","etag":null,"topics":["authentication","authex","blacklist","elixir","jwt","redis"],"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/nsweeting.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":"2017-11-04T22:17:49.000Z","updated_at":"2020-01-13T19:00:42.000Z","dependencies_parsed_at":"2022-09-18T05:56:40.988Z","dependency_job_id":null,"html_url":"https://github.com/nsweeting/authex_blacklist_redis","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nsweeting/authex_blacklist_redis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nsweeting%2Fauthex_blacklist_redis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nsweeting%2Fauthex_blacklist_redis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nsweeting%2Fauthex_blacklist_redis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nsweeting%2Fauthex_blacklist_redis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nsweeting","download_url":"https://codeload.github.com/nsweeting/authex_blacklist_redis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nsweeting%2Fauthex_blacklist_redis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017158,"owners_count":26085983,"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-13T02:00:06.723Z","response_time":61,"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":["authentication","authex","blacklist","elixir","jwt","redis"],"created_at":"2024-10-04T00:23:27.605Z","updated_at":"2025-10-13T22:15:45.155Z","avatar_url":"https://github.com/nsweeting.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Authex.Blacklist.Redis\n\n[![Build Status](https://travis-ci.org/nsweeting/authex_blacklist_redis.svg?branch=master)](https://travis-ci.org/nsweeting/authex_blacklist_redis)\n[![Authex.Blacklist.Redis Version](https://img.shields.io/hexpm/v/authex_blacklist_redis.svg)](https://hex.pm/packages/authex_blacklist_redis)\n\nThis is a simple library for using redis as the token blacklist storage with [Authex](https://github.com/nsweeting/authex)\n\n## Installation\n\nThe package can be installed by adding `authex_blacklist_redis` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:authex_blacklist_redis, \"~\u003e 0.1.2\"}\n  ]\nend\n```\n\n## Documentation\n\nSee [HexDocs](https://hexdocs.pm/authex_blacklist_redis) for additional documentation.\n\n## Configuration\n\nIn order to use this as your blacklist module, you must add the following to your Authex auth config.\n\n```elixir\nconfig :my_app, MyApp.Auth, [\n  blacklist: Authex.Blacklist.Redis,\n]\n```\n\nWe can configure our redis connection with the following options.\n\n```elixir\nconfig :authex, Authex.Blacklist.Redis, [\n  # The number of redis connections to use. Default is 3.\n  pool_size: 3,\n  # The url of your redis server.\n  url: \"url...\"\n]\n```\n\nAlternatively, you can place your redis url in the env var `REDIS_BLACKLIST_URL`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnsweeting%2Fauthex_blacklist_redis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnsweeting%2Fauthex_blacklist_redis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnsweeting%2Fauthex_blacklist_redis/lists"}