Tinyauth v0.3.0
Hello everyone, this is a new tinyauth release adding some cool features. I focused on cleaning up some parts of the code and using dependency injection instead of passing props around to make the code more readable. This also allows me to easily implement oauth.
New features
- Create user command
- Verify user command
- Option to send cookie only through https
Improvements
- Use dependency injection pattern to make the code more readable
Fixes
- Split
APP_URL
correctly so that the cookie is not set for the root domain if subdomains are being used