Skip to content

✨ Riverpod & User Authentication #26

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

Draft
wants to merge 17 commits into
base: main
Choose a base branch
from
Draft

Conversation

shirne
Copy link
Collaborator

@shirne shirne commented Sep 3, 2022

  • Import riverpod & hive
  • User login
  • Token management

Copy link
Member

@AlexV525 AlexV525 left a comment

Choose a reason for hiding this comment

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

Cool stuff, and it's great that you've added tests, thanks!

part 'repositories.g.dart';

@HiveType(typeId: 1, adapterName: 'UserAuthenAdapter')
class UserAuthen extends HiveObject {
Copy link
Member

Choose a reason for hiding this comment

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

Could we use AuthFactor? Also, we might implement "Remember username" by default.

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