Skip to content

Add changeset 🦋 #294

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/spotty-bulldogs-serve.md
Original file line number Diff line number Diff line change
@@ -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
13 changes: 7 additions & 6 deletions pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
<!-- Describe the problems, issues, or needs driving this feature/fix and include links to related issues in the following format: Resolves issue1, issue2, etc. -->

## Related issues
<!-- List any related issues or pull requests here. -->

## 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
<!-- List any other related PRs -->

## Samples
<!-- Provide high-level details about the samples related to this feature -->

## Related PRs
<!-- List any other 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