lib/rodauth/features/oidc.rb in rodauth-oauth-0.5.1 vs lib/rodauth/features/oidc.rb in rodauth-oauth-0.6.0

- old
+ new

@@ -1,8 +1,8 @@ # frozen-string-literal: true module Rodauth - Feature.define(:oidc) do + Feature.define(:oidc, :Oidc) do # https://openid.net/specs/openid-connect-core-1_0.html#StandardClaims OIDC_SCOPES_MAP = { "profile" => %i[name family_name given_name middle_name nickname preferred_username profile picture website gender birthdate zoneinfo locale updated_at].freeze, "email" => %i[email email_verified].freeze,