omniauth-slack-openid 1.0.0 → 1.0.1

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
  SHA256:
3
- metadata.gz: f5fb3e5f96c832e24bbd7dc23c9e4ee0e1f8858a78beebdfdd7b0fe172c3a32e
4
- data.tar.gz: ec3f3ae44d759f1a40f34fe5e5a953b1bc120e9c9fd93678834c54f4c4d202ba
3
+ metadata.gz: 22c152396744bfdc8f5d14e14e67a12b14fe4028b3c2c8f47c4182f9e7283923
4
+ data.tar.gz: 5871e8851226ae3df14e2d9525963eb95d6462d8fc71275067d5158e122aa2f1
5
5
  SHA512:
6
- metadata.gz: 132b6519d589788e032f2994fb23663eb0765ec97efc11aa218ea98774aca4a1b6faa776ae4c492062876698ae3e6f3730d4bc3cfc8ecc6c2290719dc1defdbe
7
- data.tar.gz: a58d54b112c70ae11395f19a1fca400bee3a5f3ad9a22b2fef67f0b48e50f2f930a77e97e2b4d49bdc9b55d3d374255a1536667b60989e43b4400b5a6cdb11ee
6
+ metadata.gz: ee66f69bbd9efb97a99cf7b6211f3cd0558105a4f9da1d75c648459aa85cba7083a1ebea5f7e24a5b66116ffcb30cd983f7e007014526979a3ca40238421c666
7
+ data.tar.gz: 18222546197048093572c967c7086215485785c24177ff85329746e91d85cc5d62e507b3ca38ebe235220de0731680f1eb7dc4c3ea4b30b409fa763c3f5669d4
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 1.0.1
2
+
3
+ * Updated gem description
4
+
1
5
  # 1.0.0
2
6
 
3
7
  * Initial version
data/README.md CHANGED
@@ -1,8 +1,10 @@
1
- # omniauth_slack_openid.rb
1
+ # omniauth-slack-openid.rb
2
2
 
3
- [![Gem Version](https://badge.fury.io/rb/omniauth-slack-openid.svg)](https://badge.fury.io/rb/omniauth-slack-openid) [![Test Status](https://github.com/amkisko/omniauth_slack_openid.rb/actions/workflows/test.yml/badge.svg)](https://github.com/amkisko/omniauth_slack_openid.rb/actions/workflows/test.yml)
3
+ [![Gem Version](https://badge.fury.io/rb/omniauth-slack-openid.svg)](https://badge.fury.io/rb/omniauth-slack-openid) [![Test Status](https://github.com/amkisko/omniauth-slack-openid.rb/actions/workflows/test.yml/badge.svg)](https://github.com/amkisko/omniauth-slack-openid.rb/actions/workflows/test.yml)
4
4
 
5
- An OmniAuth strategy for Slack's OAuth2 API.
5
+ An OmniAuth strategy for implementing Sign-in with Slack using OpenID Connect.
6
+
7
+ Official documentation: https://api.slack.com/authentication/sign-in-with-slack
6
8
 
7
9
  Sponsored by [Kisko Labs](https://www.kiskolabs.com).
8
10
 
@@ -45,7 +47,7 @@ In order to test the callback in development, try logging in and then manually u
45
47
 
46
48
  ## Contributing
47
49
 
48
- Bug reports and pull requests are welcome on GitHub at https://github.com/amkisko/omniauth_slack_openid.rb
50
+ Bug reports and pull requests are welcome on GitHub at https://github.com/amkisko/omniauth-slack-openid.rb
49
51
 
50
52
  ## Publishing
51
53
 
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module SlackOpenid
3
- VERSION = '1.0.0'
3
+ VERSION = '1.0.1'
4
4
  end
5
5
  end
@@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
16
16
  gem.authors = ["Andrei Makarov"]
17
17
  gem.email = ["andrei@kiskolabs.com"]
18
18
  gem.homepage = repository_url
19
- gem.summary = %q{Slack OAuth2 strategy for OmniAuth}
19
+ gem.summary = %q{An OmniAuth strategy for implementing Sign-in with Slack using OpenID Connect}
20
20
  gem.description = gem.summary
21
21
  gem.metadata = {
22
22
  "homepage" => repository_url,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-slack-openid
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrei Makarov
@@ -94,7 +94,8 @@ dependencies:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
96
  version: '3'
97
- description: Slack OAuth2 strategy for OmniAuth
97
+ description: An OmniAuth strategy for implementing Sign-in with Slack using OpenID
98
+ Connect
98
99
  email:
99
100
  - andrei@kiskolabs.com
100
101
  executables: []
@@ -137,6 +138,6 @@ requirements: []
137
138
  rubygems_version: 3.4.19
138
139
  signing_key:
139
140
  specification_version: 4
140
- summary: Slack OAuth2 strategy for OmniAuth
141
+ summary: An OmniAuth strategy for implementing Sign-in with Slack using OpenID Connect
141
142
  test_files:
142
143
  - spec/omniauth/strategies/slack_openid_spec.rb