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

Create Log-In Method #5

Open
srbobo opened this issue Jul 9, 2019 · 0 comments
Open

Create Log-In Method #5

srbobo opened this issue Jul 9, 2019 · 0 comments

Comments

@srbobo
Copy link
Contributor

srbobo commented Jul 9, 2019

User Story

As an Engineer, I should be able to start a user's authenticated, logged-in session on my application so that they can securely utilize the services provided.

Acceptance Criteria (Gherkin)

GIVEN: An Account is already established for a user in a Firebase App
WHEN: A user's email address and password are sent to the Firebase App
IF: The email address and password match those stored in the Firebase App
THEN: A credential token is returned and stored for use throughout the session
IF: The email address and/or password do NOT match those stored in the Firebase App
THEN: An error is returned

Technical Notes

Design

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

No branches or pull requests

1 participant