DEV Community

Server side application skeleton for Go language

George Calianu on April 23, 2019

Writing web application in Go can be pretty hard if you take care about login process wich include signing in, singing out, password recovery and m...
Collapse
 
oduhart profile image
Olivier Duhart

Thanks for sahring your work. How hard would it be to extend it to use oauth providers like google, facebook, github and such ?

Collapse
 
geosoft1 profile image
George Calianu • Edited

Well, I guess it's a bit harder. Even if the original intention was not writing a performat login system but a start point for custom web applications I will consider any improvement suggestions to be made in my spare time.
If you want to make some tries, I saw some nice resources on the internet (untested)

sohamkamani.com/blog/golang/2018-0...

Collapse
 
nandakumarpcbe profile image
nandakumar.p.cbe

Currently I'm learning Golang.
Thanks for sharing your code.
I think this code will very useful for me to develop my own web application.

Thank you a lot.