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

Added utility to convert secret and userId into session secret token #137

Merged
merged 2 commits into from
Aug 11, 2024

Conversation

pingu2k4
Copy link
Contributor

Changes

  • Added utility to convert secret and userId into session secret token

Issue

#135

Checklist before requesting a review

The PR will only be considered when all items within the checklist are marked as complete. Feel free to submit an incomplete draft PR, and add additional commits until you are able to satisfy each item within the checklist.

  • I have performed a self-review of my code
  • I have submitted at most one additional endpoint implementation
  • I have either submitted no additional endpoint implementation, or my implementation covers both client and server SDK's, unless either are marked in the README with a ❌
  • I have added applicable tests for my code
  • I have updated the README with updated status as a result of this PR

@pingu2k4 pingu2k4 self-assigned this Aug 11, 2024
@pingu2k4 pingu2k4 linked an issue Aug 11, 2024 that may be closed by this pull request
Copy link

Code Coverage

Package Line Rate Branch Rate Complexity Health
PinguApps.Appwrite.Client 100% 100% 95
PinguApps.Appwrite.Server 100% 100% 28
PinguApps.Appwrite.Shared 100% 100% 302
Summary 100% (718 / 718) 100% (118 / 118) 425

Copy link

Test Results

476 tests  +1   476 ✅ +1   4s ⏱️ ±0s
  3 suites ±0     0 💤 ±0 
  3 files   ±0     0 ❌ ±0 

Results for commit 087477c. ± Comparison against base commit 60cf521.

@pingu2k4 pingu2k4 merged commit ace3ebf into dev Aug 11, 2024
3 checks passed
@pingu2k4 pingu2k4 deleted the 135-session-token-util branch August 11, 2024 23:52
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.

[FEAT] Create utility to convert secret & userId to session token
1 participant