Closed jonathanpalma closed 2 years ago
This PR includes Basic Auth flow. Some of these screen replaced/removed once we implement OAuth (or similar solution)
NOTE: it does not include any UI design
. +-- AuthNavigator (StackNavigator) | +-- ServerInstanceScreen | +-- SignInScreen +-- AppNavigator (currently StackNavigator but should be replace by BottomTabsNavigator) | +-- HomeScreen | +-- TBD... .
Displays a form that allows the user to set the BTC Pay Server instance
Displays a form that allows the user to sign in
NOTE: This screen might be replaced once we get to implement OAuth
NOTE: This screen is just a placeholder for now
closes #4
@all-contributors please add @jonathanpalma for code and doc
@jonathanpalma
I've put up a pull request to add @jonathanpalma! :tada:
feat: add auth flow
This PR includes Basic Auth flow. Some of these screen replaced/removed once we implement OAuth (or similar solution)
NOTE: it does not include any UI design
Navigation
Screens
ServerInstanceScreen
Displays a form that allows the user to set the BTC Pay Server instance
SignInScreen
Displays a form that allows the user to sign in
NOTE: This screen might be replaced once we get to implement OAuth
HomeScreen
NOTE: This screen is just a placeholder for now