rocket-auth-login icon indicating copy to clipboard operation
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.

Results 3 rocket-auth-login issues
Sort by recently updated
recently updated
newest added

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...