Skip to content

milan-bjegovic/rust-authorization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is designed to create a robust, secure authorization system built entirely in Rust. It uses the Rocket framework for handling HTTP requests, ensuring fast and safe web interactions. Passwords are securely hashed with Argon2, providing protection against brute-force attacks. For database operations, the project utilizes Diesel to interact with a PostgreSQL database, ensuring efficient and safe storage of user data. The system includes features such as user registration, login, session management, and role-based access control, offering a complete solution for secure user authentication and authorization in modern web applications.

About

A project focused on building a secure user authentication and authorization system using Rust. It leverages Argon2 hashing for password security and Diesel for efficient PostgreSQL database interactions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors