auth0 / Auth0.swift

Auth0 SDK for Apple platforms
https://auth0.github.io/Auth0.swift
MIT License
345 stars 225 forks source link

Use a case-sensitive compare for `org_name` #783

Closed Widcket closed 1 year ago

Widcket commented 1 year ago

📋 Changes

This PR changes the comparison of the expected and actual org_name claim to be case-sensitive, and only lowercasing the expected value.