rocket-auth-login
rocket-auth-login copied to clipboard
Authentication and login processing for Rust's Rocket web framework. Demonstrates a working example of how to authenticate users and process login as well as how to handle logging out.
There was a typo affecting the two last sentences of the security paragraph: a closing parentheses was lagging into the next sentence. Fixed by moving said parentheses to the most...
Are there any plans to support the [Web Authentication API](https://www.w3.org/TR/webauthn/) in this library?
In the PLPGSQL code, I found this: ```sql CREATE OR REPLACE FUNCTION proc_users_update() RETURNS trigger LANGUAGE plpgsql AS $$ begin -- IF new.salt_hash = '' OR new.salt_hash = NULL THEN...