redbird
redbird copied to clipboard
A Redis adapter for Plug.Session
What changed? ============= We allow setting a Redis URL in our config via `redis_options` instead of having to specify a host, port, and password. E.g. ``` // instead of this...
I expected a problem where I did configure `Plug.Session` like this: ```elixir plug Plug.Session, store: :redis, key: "_session_key", expiration_in_seconds: 60 ``` This did work as expected - user was logged...
Bumps [plug](https://github.com/elixir-plug/plug) from 1.11.0 to 1.12.1. Changelog Sourced from plug's changelog. v1.12.1 (2021-08-01) Bug fixes [Plug] Make sure module plugs are compile time dependencies if init mode is compile-time v1.12.0...
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.23.0 to 0.25.1. Changelog Sourced from ex_doc's changelog. v0.25.1 (2021-08-02) Enhancements Group callbacks Use shell lexer for code blocks with no language and starting with $ Bug...
Bumps [mock](https://github.com/jjh42/mock) from 0.3.6 to 0.3.7. Commits 2100c64 Increase version from 0.3.6 to 0.3.7 c9b2293 update meck 0.8.13 -> 0.9.2 (#127) e00a887 [amarandon] Document that it's not possible to mock...
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...