- Notifications
You must be signed in to change notification settings - Fork1
Release v1.1.2
Configuration
We can now customize the route path viaconfig('inbox.route_path'), by default it isinbox
Added SQLite support
SQLite is fast, minimal, and could be really useful for applications that only need to record msgs, resolve them, and flush the inbox msgs frequently.
Improvements
Authorize & Validate
Now you can implementauthorize andrules for yourRequest class. The built-in inbox HTTP layer will make sure both will be run to ensure the requests are legit to go into DB.
Best practices: useauthorize to check the signature of the payload (signing, validating, etc) and userules to ensure the payload is good enough.
Assets2
Uh oh!
There was an error while loading.Please reload this page.