MLH-Fellowship / 0.4.2-learning-journal

A React Native/GraphQL based application for running a 'Learning Journal'
MIT License
3 stars 3 forks source link

Add Login function #15

Open ayushjainrksh opened 4 years ago

ayushjainrksh commented 4 years ago

Detailed Description

The goal is to implement a login feature in the frontend that could be used to get the access token from the mongodb stitch API.

Context

It is required for the authentication of the user by getting access token and to make queries.

Possible Implementations