masonite
masonite copied to clipboard
The Modern And Developer Centric Python Web Framework. Be sure to read the documentation and join the Discord channel for questions: https://discord.gg/TwKeFahmPZ
### Is your feature request related to a problem? Scope: in Controller How do I check if a request was made via ajax or not? The underlying `request` object from...
### Describe the bug register and login routes produce a route not found exception GET /register: 404 Not Found GET /login: 404 Not Found ### Expected behaviour register and login...
### Is your feature request related to a problem? Is it possible to connect single database to different schemas in postgresql with different **http subfolder** like **django-tenants**? ### What do...
@girardinsamuel we can't test guards right now. I'll need to fix this to fix the tests and then I'll revisit the testing of the actual guards. Its going to be...
### Describe the bug Hi, why do you want to do this? and poor performance  Why not do this?  ### Expected behaviour _No response_ ### Steps to reproduce...
**Is your feature request related to a problem? Please describe.** Instead of passing a list of tuples, with this change is passed a Policy instance with related model injected. **What...
### Describe the bug While sending sms(vonage) through notification, I entered user phone number in to_ recipients which is in string format following the correct E.164 format. But while sending...
### Is your feature request related to a problem? Kind of. Currently there is no way to log any form of message (exceptions, errors or debug info to persistent storage...
### Describe the bug Create Route or Http Middleware to calculate response time with status code and route info for example: ```python datas = [] class RouteMiddleware: route = {}...
Sending links in HTML e-mails for verification is problematic due to spam and phishing protection, the e-mail often does not arrive. Instead, I suggest the following mechanism: After registration, the...