epicweb-dev / web-auth

Take ownership of you application's authentication and authorization
https://www.epicweb.dev
Other
281 stars 82 forks source link

Use code query parameter for zod error path #46

Closed realjokele closed 6 months ago

realjokele commented 6 months ago

Hey Kent,

I like the concept of the configurable parameter names. However, 'codeQueryParam' should be used for the zod error path as well. This helps prevent errors in case the string in 'codeQueryParam' is modified later.

Regards, Jörn