lib/rodauth/features/oauth_jwt.rb in rodauth-oauth-0.5.1 vs lib/rodauth/features/oauth_jwt.rb in rodauth-oauth-0.6.0
- old
+ new
@@ -1,10 +1,10 @@
# frozen-string-literal: true
require "rodauth/oauth/ttl_store"
module Rodauth
- Feature.define(:oauth_jwt) do
+ Feature.define(:oauth_jwt, :OauthJwt) do
depends :oauth
JWKS = OAuth::TtlStore.new
# Recommended to have hmac_secret as well