Skip to content

Releases: gate-sso/gate

1.0.4

16 Jul 22:39
Compare
Choose a tag to compare
bump version to 1.0.4

1.0.3

16 Jul 03:52
Compare
Choose a tag to compare
bump version to 1.0.3

1.0.2

15 Jul 12:11
Compare
Choose a tag to compare
bump to version 1.0.2

1.0.1

15 Jul 09:44
Compare
Choose a tag to compare
bump to version 1.0.1

1.0.0

15 Jul 03:37
Compare
Choose a tag to compare
Release version 1.0.0

0.1.0

20 May 03:13
Compare
Choose a tag to compare
Migrate to semantic versioning. Release 0.1.0

20190520023012-48a18f2

20 May 02:30
Compare
Choose a tag to compare
update schema.rb

20190517060018-1ed67f6: Add docker capability (#149)

17 May 06:00
Compare
Choose a tag to compare
* 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

15 May 04:17
Compare
Choose a tag to compare
* 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

07 Apr 01:05
Compare
Choose a tag to compare
update Gemfile