v3.0.4
Changes & Additions
Storage
Fixed: Issue where using clearNuxtState
would make the state undefined so there would be nothing for the watcher to watch. (Issue: #87)
Pinia has been moved to a dynamic module import. (Discussion: #86)
OAuth2
code_challenge_method
can be set to false
to delete the param as there were some conflicting issues with it being present when it isn't needed for whatever auth implementation that didn't utilize it.