tvallotton / rocket_auth

An implementation for an authentication API for Rocket applications.
https://docs.rs/rocket_auth/
Apache License 2.0
73 stars 35 forks source link

Updated the SQL code for UPDATE_USER in tokio_postgres; Added the id for the execute. #66

Open varpeti opened 11 months ago

varpeti commented 11 months ago

The 'UPDATE_USER' sql code was wrong under the tokio_postgres implementation.

Closes #65

varpeti commented 11 months ago

The change is not yet tested. I'll test it tomorrow.

varpeti commented 11 months ago

Indeed it needed a test, now it works. :)

Closes #65