How to create web browser fingerprints to be used when verifying JWT access tokens? - Phoenix Forum / Questions / Help - Elixir Programming Language Forum
Thus, making sure that the token is being used by the same web browser used to authenticate in the first place? Note: I am using Guardian.
Cuckoo_filter - A high-performance, concurrent, and mutable Cuckoo Filter for Erlang and Elixir - Your Libraries & OS Mentoring / Libraries - Elixir Programming Language Forum
cuckoo_filter is a high-performance, concurrent, and mutable Cuckoo Filter implemented using atomics for Erlang and Elixir. A Cuckoo Filter is a space-efficient probabilistic data structure for approximated set-membership queries. It can be used to test whether an element is a member of a set in constant time with a low rate of false positives. By using erlang atomics we have fast and concurrent access for read and write operations. It is implemented in erlang so you can use it in both erlang...
tallarium/reverse_proxy_plug: 🔛 an Elixir reverse proxy Plug with HTTP/2, chunked transfer and path proxying support
🔛 an Elixir reverse proxy Plug with HTTP/2, chunked transfer and path proxying support - tallarium/reverse_proxy_plug: 🔛 an Elixir reverse proxy Plug with HTTP/2, chunked transfer and path proxying...
Now that we’ve explored some simple Ecto setups, let’s get a littlebit exotic. Did you know that you can set up your application in sucha way that you can connect to multiple databases with Ecto? Ecto actually makesit super simple to do so. Let’s take a look.
Introducing Wallaby – Concurrent Feature Tests for Elixir and Phoenix
Feature tests are one of the best ways to ensure reliability and consistency for web applications. But, as we’ve discussed previously feature tests can become a performance bottleneck for a large t…