The size limitation of extra params sending with loginWithRedirect (auth0-react)

I have been searching for a solution to send some information over to the classic universal login screen from my app. One option is to use the loginWithRedirect with an extra parameter.
I am wondering are there size limitation of loginWithRedirect? Looks like these parameters will be added as query params to /authorize. I have some concerns that there is a payload size limit.