auth0 / symfony

Symfony SDK for Auth0 Authentication and Management APIs.
MIT License
124 stars 74 forks source link

Ensure tag-exists works as intended #172

Closed frederikprijck closed 9 months ago

frederikprijck commented 9 months ago

Changes

The tag-exists action was not working due to the fact that it was trying to read from a step that did not exist. Without these changes, it would always 404 and act as if the tag doesn't exist.

Checklist