JackBellinger / blog

personal blog
Apache License 2.0
1 stars 0 forks source link

Add User sign up and Ip check for duplicate accounts #97

Open JackBellinger opened 7 months ago

JackBellinger commented 7 months ago

https://github.com/tokio-rs/axum/blob/main/examples/unix-domain-socket/src/main.rs

JackBellinger commented 7 months ago

https://github.com/tokio-rs/axum/blob/main/examples/unix-domain-socket/src/main.rs https://github.com/launchbadge/realworld-axum-sqlx/blob/main/src/http/users.rs

JackBellinger commented 7 months ago

https://www.lpalmieri.com/posts/password-authentication-in-rust/ https://smallcultfollowing.com/babysteps/blog/2019/10/26/async-fn-in-traits-are-hard/

JackBellinger commented 7 months ago

https://lukasatkinson.de/2016/dynamic-vs-static-dispatch/