Writing Rust NIFs for Elixir with Rustler
Niklas Long describes the upcoming changes to Rustler and how it simplifies implementing NIFs. (more…)
Read more »Password authentication is seen as the simplest auth method, but there are plenty of pitfalls along the way. We will implement Basic auth from scratch, examining several classes of attacks against our API – and how to counter them. Read more