warden-browserid 0.8.1 → 0.8.2
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.
- checksums.yaml +4 -4
- data/README.md +4 -0
- data/lib/warden-browserid/version.rb +1 -1
- data/warden-browserid.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 13aa1b812b6769804f2f9949187bce008adc240a
|
|
4
|
+
data.tar.gz: 154f3838ea609f88c9aeb42f1a53fe00b6d92dd6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d029de96d0d059489e426378aaad914d3f4a9db0bc266dc615a592ba39ff1b13ecf704eda9ca17f54e1127f4816c54dcab8e49e8c4ebe6743f9bd55098dd1cfb
|
|
7
|
+
data.tar.gz: 9c72e1b64eff674cf0282739df816911c3f1abcb400dd3c7a2908c4e052aef10756b0adbffbe1f24eba7147d3f3ce7a5a86bc0ce88c7cca904a44667ce58cc36
|
data/README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
# Persona is Shutting Down
|
|
2
|
+
|
|
3
|
+
Mozilla has announced that Persona will be [shutting down](https://wiki.mozilla.org/Identity/Persona_Shutdown_Guidelines_for_Reliers) November 2016. warden-browserid relies on the Persona service and will stop functioning properly once Persona is shut down. While it is possible to self-host Persona and configure warden-browserid to rely on your own instance, this is difficult and not recommended. See the wiki page linked above for recommended alternatives to Persona for authentication.
|
|
4
|
+
|
|
1
5
|
# Warden::BrowserId
|
|
2
6
|
|
|
3
7
|
Authenticate your Warden-enabled app using BrowserID from Mozilla
|
data/warden-browserid.gemspec
CHANGED
|
@@ -4,7 +4,7 @@ require File.expand_path('../lib/warden-browserid/version', __FILE__)
|
|
|
4
4
|
Gem::Specification.new do |gem|
|
|
5
5
|
gem.authors = ["ringe"]
|
|
6
6
|
gem.email = ["runar@rin.no"]
|
|
7
|
-
gem.description = %q{Warden BrowserID strategy}
|
|
7
|
+
gem.description = %q{Warden BrowserID strategy - DISCONTINUED}
|
|
8
8
|
gem.summary = %q{Authenticate your Warden-enabled app using BrowserID from Mozilla}
|
|
9
9
|
gem.homepage = "https://github.com/ringe/warden-browserid"
|
|
10
10
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: warden-browserid
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ringe
|
|
@@ -38,7 +38,7 @@ dependencies:
|
|
|
38
38
|
- - ">="
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '0'
|
|
41
|
-
description: Warden BrowserID strategy
|
|
41
|
+
description: Warden BrowserID strategy - DISCONTINUED
|
|
42
42
|
email:
|
|
43
43
|
- runar@rin.no
|
|
44
44
|
executables: []
|