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.
Just wanna say, great job on the feedback reception. Critically important (and often hard!!) skill, to get the value while leaving the ego-hit. If you handle criticism this well as a non-fulltime-dev, on a project you care about and that you have solo’ed - I have a feeling you have a lot of dev potential.
Thank you kindly!