Releases: gate-sso/gate
Releases · gate-sso/gate
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.1.0
20190520023012-48a18f2
update schema.rb
20190517060018-1ed67f6: Add docker capability (#149)
* add docker capability * add example of env to run with docker * update readme to include run with docker section * update bundle version * update dockerfile to use bundler version 2 * remove gojek reference on env example * remove gojek reference on application.yml sample
20190515041643-1357aef: Add option to use form sign in (#148) - for development purpose
* add user sign in route * sign in only allow authorized domain * sign in will generate two factor auth * change sign in method to log in to avoid conflict with devise method * sign in will set user session * add spec for home view to render google oauth link * home view will render sign in form * home view will render google oauth only if sign in type is google * home view will render sign in form only if sign in type is form * refactor home view spec to move env changing to before and after * sign in route is unusable when sign in type is not form * home view will render google oauth as default sign in type * remove caps env from auth controller spec * update readme to include sign in type setup
20190407010536-d3a2998
update Gemfile