bootstrap/start.py
file and scroll down to the bottom.MAJOR.MINOR.PATCH
. Here are the required versions you will need for Masonite 2.3:web
guard which handles users from a web perspective. So registering, logging in and getting a user from a database and browser cookies.api
which handles users via a JWT token or logs in users against the API itself.config/auth.py
file to use the newer configuration settings.AuthenticationProvider
that needs to be added to your providers list.SassProvider
completely from the providers list in config/providers.py
. As well as remove the SassProvider
import from on top of the file.config/storage.py
file:StrictContainerError
error. Now you have to import it so will have to do something like this using the example above:wsgi.py
file because we did that here./?filter[name]=Joe&filter[user]=bob&[email protected]
scheduler
to masonite.scheduler
. So you will need to refactor your imports if you are using the scheduler.craft serve
and browsing your site and see if there are any issues you can find. If you ran into a problem during upgrading that is not found in this guide then be sure to reach out so we can get the guide upgraded.