auth0 / express-openid-connect

An Express.js middleware to protect OpenID Connect web applications.
MIT License
476 stars 141 forks source link

Changed pull_request_target to pull_request #631

Closed arpit-jn closed 1 month ago

arpit-jn commented 2 months ago

By submitting a PR to this repository, you agree to the terms within the Auth0 Code of Conduct. Please see the contributing guidelines for how to create and submit a high-quality PR for this repo.

Description

Change pull_request_target to pull_request for better security. Remove the authorize job from the list of jobs defined in that workflow. Remove the dependency on authorize job for other jobs in that workflow by looking for the line needs: authorize.

Checklist