azure_auth 0.2.1 → 0.2.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 +5 -2
- data/azure_auth.gemspec +2 -2
- data/lib/azure_auth/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b06b84cfed2961ddd8f66bc7a3fa08e2d93fc695
|
|
4
|
+
data.tar.gz: 4212c62e10005cc878c25c5ff26337e89f458865
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f508e94f31c43e5c921a14b4d643e68fb73503f9f615ffb222a8d57a3669fb428bc0ec321edcdbaa346708177a1fdebd1de65145397b394fc8f4d5d0ee40fedc
|
|
7
|
+
data.tar.gz: fcd0f64358a8c35101cf61983da4b09b67bfdc96108095b707212dad1b684eaf64ff08a7d0e4e1d510af0069435e6e6ffe1d950d1d438b4cdbad4b8c8b56e6ab
|
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# AzureAuth
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
azure_auth uses 'Peerialism authentication HUB' web site that manages token exchanges with the Azure ACS, encryption etc.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -18,7 +18,10 @@ Or install it yourself as:
|
|
|
18
18
|
|
|
19
19
|
## Usage
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
1- You need to run:
|
|
22
|
+
$ rails g azure_auth:steps
|
|
23
|
+
to create the authentication controller that handle the authentication steps.
|
|
24
|
+
2- Use "/authenticate" url to start the authentication process.
|
|
22
25
|
|
|
23
26
|
## Contributing
|
|
24
27
|
|
data/azure_auth.gemspec
CHANGED
|
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["Ahmed Ali"]
|
|
10
10
|
spec.email = ["ahmedrali2@gmail.com"]
|
|
11
11
|
spec.date = "2013-09-30"
|
|
12
|
-
spec.summary = "
|
|
13
|
-
spec.description = "
|
|
12
|
+
spec.summary = "azure_auth uses 'Peerialism authentication HUB' web site that manages token exchanges with the Azure ACS, encryption etc."
|
|
13
|
+
spec.description = "azure_auth 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,7 +1,7 @@
|
|
|
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.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ahmed Ali
|
|
@@ -52,8 +52,8 @@ dependencies:
|
|
|
52
52
|
- - '>='
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
|
-
description:
|
|
56
|
-
|
|
55
|
+
description: azure_auth uses 'Peerialism authentication HUB' web site that manages
|
|
56
|
+
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
|
-
|
|
98
|
+
summary: azure_auth uses 'Peerialism authentication HUB' web site that manages token
|
|
99
|
+
exchanges with the Azure ACS, encryption etc.
|
|
100
100
|
test_files: []
|