January 21, 2020
I was not pretty much familiar with vibed, and decided to play around with it by writing a simple rest service. I tried to re-implement a python tutorial that uses Python-Flask. It is not using registerRestInterface of vibed for keeping it simple and identical to the original implementation. I think registerRestInterface is the way to go and a more reasonable way to develop backends though. Hope this one would be useful for those with Python-Flask background.

https://github.com/aferust/simplerestvibed

The original implementation: https://blog.miguelgrinberg.com/post/restful-authentication-with-flask