openstax_accounts 9.6.1 → 9.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -2
- data/config/routes.rb +2 -2
- data/lib/openstax/accounts/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 57482982ec158c16ae7ad70aadbf9bda911cd56b27fa4bfdab86c74c6ce008b2
|
4
|
+
data.tar.gz: fb98bd455ce7f4758d7a862305e83048b8809b1548d1bd87eaa596f433a8f820
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c9a7247488af4a6a96bbb8bb81ead9ea2208efd896a0590a4767c2c7ba88913a8deec5ef9661b72ac15d66f0be489c5177c28c277c527f65e923c904b1bb3038
|
7
|
+
data.tar.gz: aa45a18b1bc00ed0db4f6ab13ca85ea54dcb25be4a00dc356d202e3d00033cc8162b1c039e86f5a0c0b0932102c04e6cb657a830b20c2963b6a722c6adf0aa6c
|
data/README.md
CHANGED
@@ -2,7 +2,7 @@ accounts-rails
|
|
2
2
|
=============
|
3
3
|
|
4
4
|
[![Gem Version](https://badge.fury.io/rb/openstax_accounts.svg)](http://badge.fury.io/rb/openstax_accounts)
|
5
|
-
[![
|
5
|
+
[![Tests](https://github.com/openstax/accounts-rails/workflows/Tests/badge.svg)](https://github.com/openstax/accounts-rails/actions?query=workflow:Tests)
|
6
6
|
[![Code Climate](https://codeclimate.com/github/openstax/accounts-rails/badges/gpa.svg)](https://codeclimate.com/github/openstax/accounts-rails)
|
7
7
|
|
8
8
|
A rails engine for interfacing with OpenStax's accounts server.
|
@@ -195,4 +195,3 @@ Additional Documentation
|
|
195
195
|
------------------------
|
196
196
|
|
197
197
|
Additional documentation is in the [accounts-rails wiki](https://github.com/openstax/accounts-rails/wiki).
|
198
|
-
|
data/config/routes.rb
CHANGED
@@ -17,8 +17,8 @@ OpenStax::Accounts::Engine.routes.draw do
|
|
17
17
|
|
18
18
|
# OmniAuth local routes (SessionsController)
|
19
19
|
scope module: 'sessions' do
|
20
|
-
get 'auth
|
21
|
-
get 'auth/failure', action: :failure, as: :failure
|
20
|
+
get 'auth/openstax/callback', action: :callback, as: :callback # Authentication success
|
21
|
+
get 'auth/failure', action: :failure, as: :failure # Authentication failure
|
22
22
|
|
23
23
|
get 'login', action: :new # Redirects to /auth/openstax or stub
|
24
24
|
match 'logout', action: :destroy, # Redirects to logout path or stub
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: openstax_accounts
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 9.
|
4
|
+
version: 9.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- JP Slavinsky
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-10-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -92,14 +92,14 @@ dependencies:
|
|
92
92
|
requirements:
|
93
93
|
- - ">="
|
94
94
|
- !ruby/object:Gem::Version
|
95
|
-
version: '0'
|
95
|
+
version: '1.0'
|
96
96
|
type: :runtime
|
97
97
|
prerelease: false
|
98
98
|
version_requirements: !ruby/object:Gem::Requirement
|
99
99
|
requirements:
|
100
100
|
- - ">="
|
101
101
|
- !ruby/object:Gem::Version
|
102
|
-
version: '0'
|
102
|
+
version: '1.0'
|
103
103
|
- !ruby/object:Gem::Dependency
|
104
104
|
name: lev
|
105
105
|
requirement: !ruby/object:Gem::Requirement
|