stormpath-rails 0.4.1 → 0.4.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/stormpath/rails/client.rb +4 -0
- data/lib/stormpath/rails/version.rb +1 -1
- metadata +2 -2
@@ -26,6 +26,10 @@ module Stormpath
|
|
26
26
|
application.verify_password_reset_token token
|
27
27
|
end
|
28
28
|
|
29
|
+
def self.verify_account_email(token)
|
30
|
+
self.connection.client.current_tenant.verify_account_email token
|
31
|
+
end
|
32
|
+
|
29
33
|
def self.create_account!(attributes)
|
30
34
|
account = self.ds.instantiate ::Account
|
31
35
|
attributes.each { |field, value| account.send("set_#{field}", value) }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stormpath-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-02-
|
12
|
+
date: 2013-02-11 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activesupport
|