puavo_authentication 0.0.16 → 0.0.17

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,7 +20,7 @@ module Puavo
20
20
 
21
21
  # Allow authentication always if logged in user is ExteralService object
22
22
  if user.class == ExternalService
23
- return @current_user = user
23
+ return user
24
24
  end
25
25
 
26
26
  # Allow authetication only if user is School Admin in the some School or organisation owner.
@@ -94,7 +94,7 @@ module PuavoAuthentication
94
94
  end
95
95
 
96
96
  def set_authorization_user
97
- Puavo::Authorization.current_user = current_user ? current_user : nil
97
+ Puavo::Authorization.current_user = current_user if current_user
98
98
  end
99
99
  end
100
100
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puavo_authentication
3
3
  version: !ruby/object:Gem::Version
4
- hash: 63
4
+ hash: 61
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 16
10
- version: 0.0.16
9
+ - 17
10
+ version: 0.0.17
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jouni Korhonen