devise_oauth2_providable 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/devise_oauth2_providable/version.rb +1 -1
- data/lib/token_endpoint.rb +1 -0
- metadata +3 -3
data/lib/token_endpoint.rb
CHANGED
|
@@ -29,6 +29,7 @@ class TokenEndpoint
|
|
|
29
29
|
return nil unless code.valid_request?(req)
|
|
30
30
|
code.access_token.build
|
|
31
31
|
when :password
|
|
32
|
+
return nil unless mapping.to.http_authenticatable? :database
|
|
32
33
|
resource = mapping.to.find_for_authentication(mapping.to.authentication_keys.first => req.username)
|
|
33
34
|
return nil unless resource
|
|
34
35
|
valid = resource.valid_for_authentication? { resource.valid_password?(req.password) }
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: devise_oauth2_providable
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 17
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 5
|
|
10
|
+
version: 0.1.5
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Ryan Sonnek
|