Skip to content
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

[GH-380] - Add User Refresh Token Management Functionality to SDK #404

Merged
merged 4 commits into from
May 9, 2024

Conversation

developerkunal
Copy link
Contributor

@developerkunal developerkunal commented May 8, 2024

🔧 Changes

  • Add GetRefreshTokens function to retrieve details for a user's refresh tokens.
  • Add DeleteRefreshTokens function to delete all refresh tokens for a user.
  • Update Go version from 1.21.9 to 1.21 to ensure compatibility with govulncheck-action and utilize the automatic version detection feature.

📚 References

🔬 Testing

📝 Checklist

  • All new/changed/fixed functionality is covered by tests (or N/A)
  • I have added documentation for all new/changed functionality (or N/A)

@codecov-commenter
Copy link

codecov-commenter commented May 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.37%. Comparing base (aa8d96b) to head (e73fffd).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #404      +/-   ##
==========================================
+ Coverage   95.34%   95.37%   +0.03%     
==========================================
  Files          47       47              
  Lines        7558     7610      +52     
==========================================
+ Hits         7206     7258      +52     
  Misses        235      235              
  Partials      117      117              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@developerkunal developerkunal marked this pull request as ready for review May 8, 2024 10:15
@developerkunal developerkunal requested a review from a team as a code owner May 8, 2024 10:15
management/user.go Outdated Show resolved Hide resolved
management/user_test.go Outdated Show resolved Hide resolved
management/user_test.go Outdated Show resolved Hide resolved
management/user_test.go Outdated Show resolved Hide resolved
management/user_test.go Show resolved Hide resolved
management/user_test.go Outdated Show resolved Hide resolved
@developerkunal developerkunal merged commit 6dfa129 into main May 9, 2024
7 checks passed
@developerkunal developerkunal deleted the add-list-delete-refresh-tokens branch May 9, 2024 10:23
@developerkunal developerkunal mentioned this pull request May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants