pckilgore / reason-cognito

Reasonable AWS Cognito Authentication Primatives
2 stars 1 forks source link

Development outline #10

Open idkjs opened 5 years ago

idkjs commented 5 years ago

What are we doing with the Development outline from the README.md?

For example, what do you see happening next on the SignUp?

Also, you did some tight work here, sir. You are grocking reasonml super fast.

Have you considered .rei/interface files? Been grinding on that the last few days. Was running into all kinds of type issue while trying to put the functions we have into an auth container for the ui. Entirely because I dont get it yet and had to climb the hill.

pckilgore commented 5 years ago

For example, what do you see happening next on the SignUp?

Signup is probably pretty close after last weekend's pass, confirm too.

InitiateAuth is where I sense there will be some really hard stuff with SRP token exchange. I don't want to call anything "Done" until that works and doesn't require a larger refactor.

Have you considered .rei/interface files? Been grinding on that the last few days. Was running into all kinds of type issue while trying to put the functions we have into an auth container for the ui. Entirely because I dont get it yet and had to climb the hill.

Yeah, this definitely has to be modularized at some point. I think we're really close to that point, since some of the bigger unknowns I have about errors and async model are starting to solidify.

idkjs commented 5 years ago

So decco? What do you want me to grind on?