Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 22 Jan 19:57
· 796 commits to main since this release

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