omniauth 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8f836310822161a3a49ac1a691b348917ab7f3de1ec1171e078e1f50dc304142
4
- data.tar.gz: a06ee34aa1f4da5fd3785e1237fd457adbf032cf7fe2a8dfb22c1272ca001fb3
3
+ metadata.gz: dbdf062b85d46f1ba0bbcad1a84f2477133a8f4b2e5df1d353b6677dabe196b4
4
+ data.tar.gz: 533d37149cd0f1a38b7db388061e3cbc348164e68deb1547050e0489a8f63d0a
5
5
  SHA512:
6
- metadata.gz: c880817de032bda44bc8a7fab28efcf2df943af0bed17a10529d44e45c270ea2968abd0629b7f2ed017527f7b169e0349fe2fc3638b7971da4a2dc536f16ba44
7
- data.tar.gz: 856b44834bdb2cab3eb7faa1ac2ae58411694a885a4e3cc14ec3eff2d05616ef667c43b2ab87d39132e5662d5b022f45c0ca0c11ae4bc5057e725d65c6aafa18
6
+ metadata.gz: cc4dd9342d10c1891d0663e674b39e1ad38b9179d02517c8a1dd7c82412222b2d4460c9cbba2ddf734e4952dc7fb958030baf02a5b6fc4291eb6a0f6b3e9e8a0
7
+ data.tar.gz: 9638ef03dcce6a64b2fda160ce3d687a59a08ae8aa19ef533cd32659ce2f2acba3b785f71f31357f65ac8af3415a748596c334b8f6b9b22e6223d166f409fd4b
@@ -0,0 +1,2 @@
1
+ github: bobbymcwho
2
+ tidelift: rubygems/omniauth
@@ -9,9 +9,9 @@ name: Ruby
9
9
 
10
10
  on:
11
11
  push:
12
- branches: [ master, 2_0-indev ]
12
+ branches: [ master ]
13
13
  pull_request:
14
- branches: [ master, 2_0-indev ]
14
+ branches: [ master ]
15
15
 
16
16
  jobs:
17
17
  test:
data/README.md CHANGED
@@ -10,7 +10,8 @@
10
10
  [codeclimate]: https://codeclimate.com/github/omniauth/omniauth
11
11
  [coveralls]: https://coveralls.io/r/omniauth/omniauth
12
12
 
13
- This is the documentation for v1.9.1. If you are looking for the documentation for the in-development v2.0.0 version, it can be found [here](https://github.com/omniauth/omniauth/tree/2_0-indev).
13
+ This is the documentation for version 2.0.1.
14
+
14
15
  ## An Introduction
15
16
  OmniAuth is a library that standardizes multi-provider authentication for
16
17
  web applications. It was created to be powerful, flexible, and do as
@@ -196,8 +197,14 @@ actively maintained in-depth documentation for OmniAuth. It should be
196
197
  your first stop if you are wondering about a more in-depth look at
197
198
  OmniAuth, how it works, and how to use it.
198
199
 
200
+ ## OmniAuth for Enterprise
201
+
202
+ Available as part of the Tidelift Subscription.
203
+
204
+ The maintainers of OmniAuth and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source packages you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact packages you use. [Learn more.](https://tidelift.com/subscription/pkg/rubygems-omniauth?utm_source=undefined&utm_medium=referral&utm_campaign=enterprise&utm_term=repo)
205
+
199
206
  ## Supported Ruby Versions
200
- OmniAuth is tested under 2.1.10, 2.2.6, 2.3.3, 2.4.0, 2.5.0, and JRuby.
207
+ OmniAuth is tested under 2.5, 2.6, 2.7, truffleruby, and JRuby.
201
208
 
202
209
  ## Versioning
203
210
  This library aims to adhere to [Semantic Versioning 2.0.0][semver]. Violations
@@ -0,0 +1,17 @@
1
+ # Security Policy
2
+
3
+ ## Supported Versions
4
+
5
+ Use this section to tell people about which versions of your project are
6
+ currently being supported with security updates.
7
+
8
+ | Version | Supported |
9
+ | ------- | ------------------ |
10
+ | 2.0.x | :white_check_mark: |
11
+ | <= 1.9.1 | :x: |
12
+
13
+ ## Security contact information
14
+
15
+ To report a security vulnerability, please use the
16
+ [Tidelift security contact](https://tidelift.com/security).
17
+ Tidelift will coordinate the fix and disclosure.
@@ -18,6 +18,8 @@ module OmniAuth
18
18
  react env
19
19
  end
20
20
 
21
+ alias_method :call, :call!
22
+
21
23
  private
22
24
 
23
25
  def deny(_env)
@@ -1,3 +1,3 @@
1
1
  module OmniAuth
2
- VERSION = '2.0.0'.freeze
2
+ VERSION = '2.0.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Bleigh
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2021-01-11 00:00:00.000000000 Z
13
+ date: 2021-01-16 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: hashie
@@ -97,6 +97,7 @@ executables: []
97
97
  extensions: []
98
98
  extra_rdoc_files: []
99
99
  files:
100
+ - ".github/FUNDING.yml"
100
101
  - ".github/ISSUE_TEMPLATE.md"
101
102
  - ".github/workflows/main.yml"
102
103
  - ".gitignore"
@@ -107,6 +108,7 @@ files:
107
108
  - LICENSE.md
108
109
  - README.md
109
110
  - Rakefile
111
+ - SECURITY.md
110
112
  - lib/omniauth.rb
111
113
  - lib/omniauth/auth_hash.rb
112
114
  - lib/omniauth/authenticity_token_protection.rb