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 +4 -4
- data/lib/better_auth/oauth_provider/version.rb +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 70854da8e71bdd4804aa18677e334cbe7b62a2b44f18223153ea3106e8cf389c
|
|
4
|
+
data.tar.gz: b1c6e8fe99ab5daa39b007ce5ac20ec18357d5d020e4aa979497215b9f4f2dba
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a7336740e04e0e0f0c7f775a27a2f1b2fbe682688a4b893dbfa1bb00c5a37641089b334275599d3b734c220ee232d6488bb602fc049098b512183ddd385281e8
|
|
7
|
+
data.tar.gz: 4b8b5b77f17240ae7351e1fe826b4400058854aec3e3f63e552a8c9bc5cb4ff9ea405f49d7132dc04c8f905ab2bdce0a7a1819e68c2176db2417d1ed615efe8f
|
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.
|
|
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
|
-
|
|
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: []
|