RyuseiSanz
Blockchain Developer
LEVEL 1
200 XP
Release authentication crate for Rust
Since we've got a revamp of the authentication for the releases here on Nulled.to I have decided I want to help the community to create new tools.
I've created an authentication module for rust implementing the whole process of authentication so anyone can use it on their application as easily as possible.
Documentation and how to use is on the official crates.io website and my github, anyone is free to contribute to the project
Official crate website, how to get started and full documentation
Example code
*note, the crate makes use of async requests meaning that to implement this, the main function must be async as well. Will probably make a synchronous version in the future
Full credit to: for thread design (I just copied it, any problems hmu ill change it)
Since we've got a revamp of the authentication for the releases here on Nulled.to I have decided I want to help the community to create new tools.
I've created an authentication module for rust implementing the whole process of authentication so anyone can use it on their application as easily as possible.
Documentation and how to use is on the official crates.io website and my github, anyone is free to contribute to the project
Official crate website, how to get started and full documentation
Loading…
crates.io
You must upgrade your account or reply in the thread to view the hidden content.
*note, the crate makes use of async requests meaning that to implement this, the main function must be async as well. Will probably make a synchronous version in the future
Full credit to: for thread design (I just copied it, any problems hmu ill change it)