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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4bafa862fe759bc2a7232475603721e45c9aaa15
4
- data.tar.gz: 8262ae78cfbfee11ab64605793d3664402ef840c
3
+ metadata.gz: b06b84cfed2961ddd8f66bc7a3fa08e2d93fc695
4
+ data.tar.gz: 4212c62e10005cc878c25c5ff26337e89f458865
5
5
  SHA512:
6
- metadata.gz: 6d4fa069ad0ad349152f425aabc2371e18bb4d82f19d91df49f9e430351c2beb1d446a021ef4ec5312353ccf9c3432f7f528aecaf19d0ade524ffca212ea6356
7
- data.tar.gz: aa5cc1571f585ce347a908dc1becc4da12222d6276e7cdbf1af7f3acdf73613a3233e0d3d6fd18225133a2f767211a2cfbad6557d521d0c3a65912ab2685a5e3
6
+ metadata.gz: f508e94f31c43e5c921a14b4d643e68fb73503f9f615ffb222a8d57a3669fb428bc0ec321edcdbaa346708177a1fdebd1de65145397b394fc8f4d5d0ee40fedc
7
+ data.tar.gz: fcd0f64358a8c35101cf61983da4b09b67bfdc96108095b707212dad1b684eaf64ff08a7d0e4e1d510af0069435e6e6ffe1d950d1d438b4cdbad4b8c8b56e6ab
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # AzureAuth
2
2
 
3
- TODO: Write a gem description
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
- TODO: Write usage instructions here
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
 
@@ -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 = "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."
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
 
@@ -1,3 +1,3 @@
1
1
  module AzureAuth
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
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.1
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: omniauth-azure-ad uses 'Peerialism authentication HUB' web site that
56
- manages token exchanges with the Azure ACS, encryption etc.
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: omniauth-azure-ad uses 'Peerialism authentication HUB' web site that manages
99
- token exchanges with the Azure ACS, encryption etc.
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: []