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

fix(auth): expose KeychainLocalStorage with default init params #519

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

grdsdev
Copy link
Collaborator

@grdsdev grdsdev commented Sep 2, 2024

What kind of change does this PR introduce?

Bug fix, feature, docs update, ...

What is the current behavior?

When one needs to provide a custom instance of KeychainLocalStorage just to pass in an access group, one most pass in also the service value, usually you don't care about service value and wants to just use the default one.

What is the new behavior?

Add a default value to the service param, so one can pass just an access group and keep the default service value.

Additional context

#516 (comment)

@grdsdev grdsdev merged commit c1095c9 into main Sep 2, 2024
8 checks passed
@grdsdev grdsdev deleted the fix/auth-local-storage branch September 2, 2024 12:29
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.

2 participants