Skip to content

Releases: OffBase/omniauth-psn-oauth2

PSN Environment fixed for class setup

01 Dec 20:56
Compare
Choose a tag to compare
Merge pull request #5 from OffBase/v0.1.7

V0.1.7

Fixed Callback Phase

10 Nov 00:51
Compare
Choose a tag to compare

Redirect uri was not matching previous redirect uri, which is checked by PSN. Since code and state params are added after the authorization call, callback_url was causing this error.
Added Authorization headers properly.

Use of configuration variable

29 Sep 19:08
Compare
Choose a tag to compare
Merge pull request #3 from OffBase/0.1.4

Updated version after adding configuration variable

Use of rails secrets

29 Sep 00:36
Compare
Choose a tag to compare
0.1.4

Changed variable from constant, for rails secrets

Initial strategy implementation

29 Sep 00:32
Compare
Choose a tag to compare
0.1.3

Updated version after update