core icon indicating copy to clipboard operation
core copied to clipboard

Main pip package location for Masonite

Results 8 core issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** When is developed a app that requires more requests per time, the current development server crashes and broke the app's...

enhancement

Trying add some server to handle Option preflight requests. - [ ] Add section on documentation

**Is your feature request related to a problem? Please describe.** Problem. **What do we currently have to do now?** The email verification template currently hardcodes "Masonite" into it. You can...

enhancement

**Is your feature request related to a problem? Please describe.** Both **What do we currently have to do now?** Currently, the auth scaffolding controllers when requesting a password request returns...

enhancement

feature-913. Added new request.query() method for getting query params specifically. If no key specified, return all. Also updated requeest.input to return all input if no key specified (simply calls the...

WIP

**Is your feature request related to a problem? Please describe.** Currently request.input('key') will return the query string params if GET, else POST body. Also, the nature of request.input('key') lacks an...

enhancement

The built-in `LoginController` that is shipped with `craft auth` doesn't have "remember me" feature.

enhancement