masonite icon indicating copy to clipboard operation
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

Results 75 masonite issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement

### 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...

bug

### 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...

enhancement

@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 ![image](https://user-images.githubusercontent.com/49714224/175500728-9b8d5b1b-c7e3-4709-94a3-706dbef10efe.png) Why not do this? ![image](https://user-images.githubusercontent.com/49714224/175501117-59da5554-0d40-4697-b377-de4ffcd6659a.png) ### Expected behaviour _No response_ ### Steps to reproduce...

enhancement

**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...

enhancement
idea
major

### 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...

bug

### 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...

Next Major Only
feature request

### 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 = {}...

bug

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...

feature request