core
core copied to clipboard
Main pip package location for Masonite
**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...
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...
**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...
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...
**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...
The built-in `LoginController` that is shipped with `craft auth` doesn't have "remember me" feature.