Closed malakivandas closed 1 year ago
Relevant commits: All commits in PR #25
I have improved and made a custom solution for the Cognito implementation, but I still need to discuss it with Braiden to see if there is room for more improvement before making a final revision.
Improvements:
Completed with #35 .
Authentication has been implemented ( #10 ), but it is messy.
Things that could be cleaned up:
setAuth
state handler.Promise()
andif(err){}else{}
as seen in this tutorial. This could be changed to be more consistent with the rest of the asynchronous code.More to come after I have a meeting with Braiden...