This repository has been archived by the owner on Dec 22, 2023. It is now read-only.
v1.2.0
1.2.0 (2017-12-11)
Features
- Add SSO core support
Refs spec documentation:
https://github.com/SkygearIO/features/blob/38cde8abc8baec26dd67fd38acd6bd4fd3491dac/features/5-basic-sso/api.md
Four newhandler sso:oauth:login
,sso:oauth:signup
,sso:oauth:link
,
sso:oauth:unlink
for sso plugin to call. Main data flow controls by plugin
and possible for developer to alter it according to specific provider.
Other notes
- Rename docker-compose.{dev,make}.yml
- Update comment for login action in auth.go
- Fix port no. in docker-compose example