A tutorial of simple RESTful Authentication with vibed for Python-Flask users.

Ferhat Kurtulmuş aferust at gmail.com
Tue Jan 21 11:56:33 UTC 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


More information about the Digitalmars-d-announce mailing list