webida / webida-server

Webida Opensource Project - Server Repository
Apache License 2.0
7 stars 16 forks source link

Separating client codes from server #184

Closed gotchazipc closed 8 years ago

gotchazipc commented 8 years ago

Any dependency between servert and clients should be removed but webdia apis

1) No more app server - should be replaced with plain web server like apache or nginex. 2) simple authentication : any clients should be able to call webida apis withtout complex openauth registration. no client should be registered to be served.

gotchazipc commented 8 years ago

1.7.0 should support hosted and unhosted (not deployed via app server) clients. So, this issue should be solved without modifiying server.

Simple authentication, replacing oauth2, is not related to separating. Removing oauth provider wolud disable oauth client features (to google and github) and we need further discussion before planning.