Magic Coder

Results 63 comments of Magic Coder

@rohithbalaji123 We also need to implementation `authorizer` to handle permissions: https://martinfowler.com/articles/web-security-basics.html#AuthorizeActions

For your information, I am refactoring authenticator: https://github.com/short-d/short/pull/611 This is just a prototype. Will split into small PRs and clean up.

@rohithbalaji123 I saw some critical large scale system sharing the same sign in page. However, I do see them having two factor authentication. We may want to force 2-factor authentication...

Here is template prototype I made: https://github.com/short-d/short/issues/651 Need your help to clean it up and productionize the code.

![Changelog Screen](https://user-images.githubusercontent.com/3537801/84588095-4a0b8980-add9-11ea-9881-af702297951a.jpg)

![Changelog Screen - Create Change](https://user-images.githubusercontent.com/3537801/84588581-80e39e80-addd-11ea-8b90-d561af6f2bf6.jpg)

@Coteh Control seems good. Let's do it!

@lawaloy Have you done system design before?

@lawaloy Please propose and discuss your design here. Please also link any library you are planing to use. Docker compose file would also be changed. I personally think this is...

@lawaloy Well, this library looks cool 😄 However, the library is for Node.js. Our backend is written in Golang.