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

email/password provider - register email #452

Merged
merged 87 commits into from
Apr 21, 2022
Merged

Conversation

desistefanova
Copy link
Contributor

Implement EmailPasswordProvider and method registerUser for registering a new user with the given email and password. Fixes #426.

@desistefanova desistefanova changed the base branch from master to realm_app March 31, 2022 12:59
@nielsenko nielsenko force-pushed the realm_app branch 16 times, most recently from 33504ef to 47e0b0c Compare April 8, 2022 14:43
lib/src/native/realm_core.dart Outdated Show resolved Hide resolved
@blagoev blagoev marked this pull request as draft April 20, 2022 17:40
# Conflicts:
#	CHANGELOG.md
#	lib/src/application.dart
#	lib/src/native/realm_core.dart
#	lib/src/realm_class.dart
#	test/test.dart
@blagoev blagoev changed the base branch from master to login_user April 20, 2022 18:12
@blagoev blagoev marked this pull request as ready for review April 20, 2022 18:51
@blagoev blagoev requested a review from nielsenko April 20, 2022 18:52
rename to _deletePersistentHandleFuncPtr to be more clear what that is
@blagoev blagoev requested a review from nirinchev April 21, 2022 09:22
remove dead env vars usage
…onfigHandle inside getApp since they are not needed anywhere else. This allows the GC to collect them when out of scope. Native instances are preserved by Core
lib/src/native/realm_core.dart Show resolved Hide resolved
Base automatically changed from login_user to master April 21, 2022 19:11
@blagoev blagoev merged commit 04c31d5 into master Apr 21, 2022
@blagoev blagoev deleted the auth_provider_register_email branch April 21, 2022 19:36
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Auth Provider: register email
5 participants