Paul Cleary
Paul Cleary
Interesting, boo. Thanks for that info. Funny you mention that reddit post because I read it as well when I created this issue :)
@nolledge That looks like an interesting library. This doesn't follow the `Writer` pattern as discussed above, but rather accepts some side effecting in your effect type using logger. tbh, I...
@monksy this requires some thinking. I do think it is valuable to have different versions of the application. At the initial outset, I thought that having alternative versions for scalaz,...
@hugofirth Definitely would welcome a scala-js-react / diode front end. I was thinking about taking the existing code and moving it to a sub-module, like "typelevel-tagless-final" and then have the...
I think there are opportunities for several front ends. I haven't quite figured out if we should have a multi-module monolithic repo or perhaps an org with several repos of...
Sounds good
Thanks for the tip @loicdescotte . I will be sure to check it out :)
Might make sense to get the authentication in before this. Would be sweet to have an SPA with JWT for authentication against the user store all fully functional :)
We have some authentication bits in, at least the login bits. TSec is still developing, and I haven't been back to make the JWT pieces work yet.
This issue introduces the concept of a User. Authenticated endpoints (which include all endpoints except signup and login) will now need to be Auth'd. All services will have to take...