05 Apr, 2019
2 commits
-
We've expanded Rails version support up to 5.x.x. We have also changed the response Content-Type. And we plan to release a version after this PR is merged.
-
See https://github.com/lessonly/scim_rails/pull/9#issuecomment-480398815 for context. Having two content-type values for a response does not make sense. And in fact, Okta's SCIM API reference says we should use the application/scim+json response type. This commit changes our uses of two content-type values to the one that it should be.
04 Apr, 2019
1 commit
13 Feb, 2019
3 commits
-
Allow the create endpoint to find and update users
12 Feb, 2019
2 commits
-
…stem instead of throwing an error
30 Jan, 2019
4 commits
-
fix PUT deprovisioning bug
-
• refactor PUT params
29 Jan, 2019
3 commits
-
fix error rescuing
17 Jan, 2019
1 commit
-
update PATCH request to reprovision
15 Jan, 2019
1 commit
14 Jan, 2019
2 commits
20 Dec, 2018
2 commits
-
build gem to create a skim endpoint
19 Dec, 2018
7 commits
18 Dec, 2018
2 commits
-
• add pry for development • fix i18n configuration
14 Dec, 2018
1 commit
11 Dec, 2018
9 commits
-
• add spec coverage for content type
-
• change update method names • update status after user creation