diff --git a/.changeset/spotty-bulldogs-serve.md b/.changeset/spotty-bulldogs-serve.md new file mode 100644 index 00000000..26322658 --- /dev/null +++ b/.changeset/spotty-bulldogs-serve.md @@ -0,0 +1,6 @@ +--- +"@asgardeo/auth-react": minor +--- + +Allow TypeScript users to simply pass the `storage` option as a string literal +- https://github.com/asgardeo/asgardeo-auth-react-sdk/issues/292 diff --git a/pull_request_template.md b/pull_request_template.md index 9f0cc923..3a8549f1 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -2,14 +2,15 @@ ## Related issues + -## Security checks - - [] Followed secure coding standards in http://wso2.com/technical-reports/wso2-secure-engineering-guidelines - - [] Ran FindSecurityBugs plugin and verified report - - [] Confirmed that this PR doesn't commit any keys, passwords, tokens, usernames, or other secrets +## Related PRs + ## Samples -## Related PRs - +## Security checks + - [ ] Followed secure coding standards in http://wso2.com/technical-reports/wso2-secure-engineering-guidelines + - [ ] Ran FindSecurityBugs plugin and verified report + - [ ] Confirmed that this PR doesn't commit any keys, passwords, tokens, usernames, or other secrets