Skip to content

1.0.0-beta.13

Compare
Choose a tag to compare
@miloschwartz miloschwartz released this 13 Feb 20:10
· 10 commits to main since this release
b1702bf

What's Changed

  • Resource access control rules for IPs, IP ranges, and URL path matching
  • Add code snippets for Newt Docker commands in create site workflow
  • Fix table row limit selector so it works
  • Fix toast dismissal causing components to refresh
  • Implement separate stricter rate limit on verify email and reset password request endpoints
  • Allow more special characters in password

Full Changelog: 1.0.0-beta.12...1.0.0-beta.13

Access Control Rules

There are many use cases for access control rules. One of which is allowing mobile clients to interact with your service's API without getting redirected to authentication. This lets you require authentication when accessing from a browser and also allow the mobile client to connect. The below screenshot shows an example using Vaultwarden by allowing specific URL path patterns to bypass authentication.

image

How to Update

Always backup your config app-data before updating. This will allow you to easily roll back if the update breaks your configuration. You will not be able to easily downgrade otherwise.

View documentation