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

[FEAT] Pinning and Tags #1541

Merged
merged 65 commits into from May 15, 2024
Merged

[FEAT] Pinning and Tags #1541

merged 65 commits into from May 15, 2024

Conversation

prateekmedia
Copy link
Member

Description

Add pinning to auth

Tests

}

@override
String toString() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not having a toString implementation will ensure we don't accidentally log sensitive data

@prateekmedia prateekmedia changed the title [FEAT] Pinning [FEAT] Pinning and Tags Apr 29, 2024
for (final code in codes) {
data += "${code.rawData}\n";
for (final code in allCodes.codes) {
data += "${code.rawDataWithoutDisplay}\n";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we export with display? User might expect their tags to be available.

@ua741 ua741 merged commit bc004a4 into main May 15, 2024
7 checks passed
@ua741 ua741 deleted the auth-v3 branch May 15, 2024 08:50
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.

None yet

3 participants