feat(sdk): auth API surface for Flutter integration#189
Open
IldySilva wants to merge 7 commits into
Open
Conversation
(cherry picked from commit fc9b57e)
(cherry picked from commit d55d79f)
(cherry picked from commit f3d762e)
(cherry picked from commit 37583f8)
(cherry picked from commit 04c2f09)
(cherry picked from commit b82b6c9)
SDK-layer changes underpinning the nhost_flutter package: hasura_auth_client, nhost_auth_dart auth_client, nhost_dart exports. (split from bf39230)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part 3 of the split of draft #184. SDK-layer foundation for the upcoming
nhost_flutterpackage.What's here
nhost_sdk:hasura_auth_clientauth surfacenhost_auth_dart:auth_clientadditionsnhost_dart: exportsPure Dart SDK work (no Flutter dependency) that the Flutter package later in the stack builds on.
Note for reviewers
Builds on the redaction fix. Diff shows lower stack entries until they merge; review/merge bottom-up.