olebedev / go-starter-kit

[abandoned] Golang isomorphic react/hot reloadable/redux/css-modules/SSR starter kit
Other
2.82k stars 358 forks source link

Can you do some api for user login&logout in starter-kit? #8

Closed xiongxin closed 8 years ago

xiongxin commented 8 years ago

Can you do some api for user login&logout in starter-kit?

  1. base user table in database
  2. api for login&reg&logout

so we can easier to start coding project.

olebedev commented 8 years ago

Thanks @xiongxin for your suggestion. I don't think that is good idea to add some authentication stuff. It is up to you how to organize your data flow and which database to use. This is just starter kit to show how-to. This is not a framework.