Skip to content

v3.0.4

Compare
Choose a tag to compare
@Denoder Denoder released this 08 Dec 15:15
· 8 commits to main since this release
4644bd1

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.