Ashwani Pandey
Ashwani Pandey
Currently analytics component only support google universal analytics. Need to add component for google analytics 4. I can create pull request if this feature is approved.
* [x] Tests for the changes have been added (for bug fixes / features) * [x] Docs have been added / updated (for bug fixes / features) - **What kind...
**Describe the bug** In multipage setup, when I build a post, I get following error: ``` PS D:\github_projects\site\posts\post-1> idyll build Building Idyll project with output directory: ../../docs/post-1/ Could not import...
### Expected Behavior Refresh token should be published instead of key in `DefaultAccessRefreshTokenGenerator#generateRefreshToken` https://github.com/micronaut-projects/micronaut-security/blob/df900e6f9cff82119438051ccc253e27a15fe940/security/src/main/java/io/micronaut/security/token/generator/DefaultAccessRefreshTokenGenerator.java#L123 ### Actual Behaviour Event published has key instead of refresh token ### Steps To Reproduce _No...