better_auth-oauth-provider 0.7.0 → 0.8.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a0b02bfe381c6895d73aca8a1084ee6e540da6e5f7d4bad032729d4695932e30
4
- data.tar.gz: a24ba3d9aed24d1e65d338bfd2bf1d1627f2e4f6f78e24b6d44a2a7f6a973e55
3
+ metadata.gz: 70854da8e71bdd4804aa18677e334cbe7b62a2b44f18223153ea3106e8cf389c
4
+ data.tar.gz: b1c6e8fe99ab5daa39b007ce5ac20ec18357d5d020e4aa979497215b9f4f2dba
5
5
  SHA512:
6
- metadata.gz: 6cebc495d6cef993a9d948b0f3bfe41706d26147b9b2f8d90b540ed4d2782ab28db1eaa23321d00ad76cb5aa36c5f41b8d74a5532cce4415e3620b0bffac8751
7
- data.tar.gz: 1ee7480850340bb18bdccd9e933c3c03b15e168b33d3d3511525be5e6882473f05864d58c5d9e37559d86da906f157859e35861ca834192d35efe1e263d19c6b
6
+ metadata.gz: a7336740e04e0e0f0c7f775a27a2f1b2fbe682688a4b893dbfa1bb00c5a37641089b334275599d3b734c220ee232d6488bb602fc049098b512183ddd385281e8
7
+ data.tar.gz: 4b8b5b77f17240ae7351e1fe826b4400058854aec3e3f63e552a8c9bc5cb4ff9ea405f49d7132dc04c8f905ab2bdce0a7a1819e68c2176db2417d1ed615efe8f
@@ -2,6 +2,6 @@
2
2
 
3
3
  module BetterAuth
4
4
  module OAuthProvider
5
- VERSION = "0.7.0"
5
+ VERSION = "0.8.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: better_auth-oauth-provider
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian Sala
@@ -80,7 +80,9 @@ dependencies:
80
80
  - !ruby/object:Gem::Version
81
81
  version: '1.0'
82
82
  description: Adds OAuth 2.0 provider metadata, client registration, authorization,
83
- token, introspection, revocation, and userinfo routes for Better Auth Ruby.
83
+ and token routes for Better Auth Ruby. Includes introspection and revocation routes.
84
+ Also provides userinfo routes. Better Auth Ruby is an independent modern authentication
85
+ framework for Ruby inspired by Better Auth.
84
86
  email:
85
87
  - sebastian.sala.tech@gmail.com
86
88
  executables: []