azure_auth 0.2.2 → 0.2.3
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 +2 -2
- data/azure_auth.gemspec +3 -3
- data/lib/azure_auth/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 28d410056349574fc08c050d7aa7add14d5b8ba5
|
|
4
|
+
data.tar.gz: 9e5d8271db1861a00b5551db4af42e55b50ae19c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8e40b73c9fb4d5e7b9405f31965d9cdfddbb36272aec8e2e29883ef3dd851c8e09df1e11786438c26141f77064aa0b0a38f9b1419cd4e632ae9cff777a12be85
|
|
7
|
+
data.tar.gz: 26b644f75b7934137d8cef5f1fc71fecf3544452270ed09f070a94e34de7fab70dad83936666d7ca0607d7e7db5aad10670ddfc30b8d831a20925d1c459239ca
|
data/README.md
CHANGED
|
@@ -20,7 +20,7 @@ Or install it yourself as:
|
|
|
20
20
|
|
|
21
21
|
1- You need to run:
|
|
22
22
|
$ rails g azure_auth:steps
|
|
23
|
-
to create the authentication controller that handle the authentication
|
|
23
|
+
to create the authentication controller that handle the authentication process.
|
|
24
24
|
2- Use "/authenticate" url to start the authentication process.
|
|
25
25
|
|
|
26
26
|
## Contributing
|
|
@@ -29,4 +29,4 @@ Or install it yourself as:
|
|
|
29
29
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
|
30
30
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
|
31
31
|
4. Push to the branch (`git push origin my-new-feature`)
|
|
32
|
-
5. Create new Pull Request
|
|
32
|
+
5. Create new Pull Request
|
data/azure_auth.gemspec
CHANGED
|
@@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = AzureAuth::VERSION
|
|
9
9
|
spec.authors = ["Ahmed Ali"]
|
|
10
10
|
spec.email = ["ahmedrali2@gmail.com"]
|
|
11
|
-
spec.date = "2013-
|
|
12
|
-
spec.summary = "
|
|
13
|
-
spec.description = "
|
|
11
|
+
spec.date = "2013-10-01"
|
|
12
|
+
spec.summary = "omniauth-azure-ad uses 'Peerialism authentication HUB' web site that manages token exchanges with the Azure ACS, encryption etc."
|
|
13
|
+
spec.description = "omniauth-azure-ad uses 'Peerialism authentication HUB' web site that manages token exchanges with the Azure ACS, encryption etc."
|
|
14
14
|
spec.homepage = ""
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
data/lib/azure_auth/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: azure_auth
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ahmed Ali
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-
|
|
11
|
+
date: 2013-10-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -52,8 +52,8 @@ dependencies:
|
|
|
52
52
|
- - '>='
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
|
-
description:
|
|
56
|
-
token exchanges with the Azure ACS, encryption etc.
|
|
55
|
+
description: omniauth-azure-ad uses 'Peerialism authentication HUB' web site that
|
|
56
|
+
manages token exchanges with the Azure ACS, encryption etc.
|
|
57
57
|
email:
|
|
58
58
|
- ahmedrali2@gmail.com
|
|
59
59
|
executables: []
|
|
@@ -95,6 +95,6 @@ rubyforge_project:
|
|
|
95
95
|
rubygems_version: 2.0.3
|
|
96
96
|
signing_key:
|
|
97
97
|
specification_version: 4
|
|
98
|
-
summary:
|
|
99
|
-
exchanges with the Azure ACS, encryption etc.
|
|
98
|
+
summary: omniauth-azure-ad uses 'Peerialism authentication HUB' web site that manages
|
|
99
|
+
token exchanges with the Azure ACS, encryption etc.
|
|
100
100
|
test_files: []
|