rodauth-oauth 0.0.3 → 0.2.0

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.
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rodauth
4
4
  module OAuth
5
- VERSION = "0.0.3"
5
+ VERSION = "0.2.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rodauth-oauth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tiago Cardoso
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-05 00:00:00.000000000 Z
11
+ date: 2020-09-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Implementation of the OAuth 2.0 protocol on top of rodauth.
14
14
  email:
@@ -32,8 +32,12 @@ files:
32
32
  - lib/rodauth/features/oauth.rb
33
33
  - lib/rodauth/features/oauth_http_mac.rb
34
34
  - lib/rodauth/features/oauth_jwt.rb
35
+ - lib/rodauth/features/oauth_saml.rb
36
+ - lib/rodauth/features/oidc.rb
35
37
  - lib/rodauth/oauth.rb
38
+ - lib/rodauth/oauth/database_extensions.rb
36
39
  - lib/rodauth/oauth/railtie.rb
40
+ - lib/rodauth/oauth/ttl_store.rb
37
41
  - lib/rodauth/oauth/version.rb
38
42
  homepage: https://gitlab.com/honeyryderchuck/roda-oauth
39
43
  licenses: []
@@ -41,7 +45,7 @@ metadata:
41
45
  homepage_uri: https://gitlab.com/honeyryderchuck/roda-oauth
42
46
  source_code_uri: https://gitlab.com/honeyryderchuck/roda-oauth
43
47
  changelog_uri: https://gitlab.com/honeyryderchuck/roda-oauth/-/blob/master/CHANGELOG.md
44
- post_install_message:
48
+ post_install_message:
45
49
  rdoc_options: []
46
50
  require_paths:
47
51
  - lib
@@ -57,7 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
57
61
  version: '0'
58
62
  requirements: []
59
63
  rubygems_version: 3.1.2
60
- signing_key:
64
+ signing_key:
61
65
  specification_version: 4
62
66
  summary: Implementation of the OAuth 2.0 protocol on top of rodauth.
63
67
  test_files: []