this post was submitted on 01 May 2025
2 points (66.7% liked)

Rust Programming

8720 readers
6 users here now

founded 6 years ago
MODERATORS
 

cross-posted from: https://lemmy.world/post/28964135

Hi there Rustians! A few months ago I posted about my hobby project. Just wanted to give an update.

Axium is a template for an API backend.

In the last few months I have added:

  • HTTP-cookie authentication (got it to work with a javascript site),
  • Password resetting,
  • User registration,
  • Example routes for interacting with S3 storage
  • Lots of input validation,
  • Caching,
  • Mailing (for the password reset and user registration).

I think that it is almost ready to be used as a backend for my website. Almost everything is marked off my wishlist, just need a few helper to help me check the security of the authentication and registration functions.

GitHub: https://github.com/Riktastic/Axium

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here