rust-lang-nursery / rust-cookbook

https://rust-lang-nursery.github.io/rust-cookbook
Creative Commons Zero v1.0 Universal
2.25k stars 284 forks source link

Recipe Series: Web Authentication #436

Open AndyGauge opened 6 years ago

AndyGauge commented 6 years ago
Crates reqwest
Section 17.4.3 Web Authentication

A new series for Web Authentication should be created. This series needs 3 recipes for the following types of authentication:

A good option for demonstrating authentication is httpbin.org

Thank you @fawix

Immortalin commented 5 years ago

Also server-side auth: user registration (i.e. how to properly store and hash sensitive information), login/logout (client vs server sessions etc.), confirmation emails, the various different token based authentication methods and protocols, multifactor (e.g. U2F), email-only auth, securing APIs and endpoints etc.