-
Notifications
You must be signed in to change notification settings - Fork 5
Milestone
Description
Describe the bug
based on the specification some endpoints require auth:
https://realworld-docs.netlify.app/specifications/backend/endpoints/#create-article
some don't:
https://realworld-docs.netlify.app/specifications/backend/endpoints/#authentication
however we use a global auth token when it comes to the final openapi.json.
the auth should only be enforced upon the endpoints that need it, and it should be validated via directly via first-party tools and not with a custom checker. meaning, openapi/a validator should be the source of truth for validating the token, once we do that we'll be aligned and the final openapi.json will have tokens enforced only when needed
Reproduction
the repo itself as it is today
System Info
any
Validations
- Read the Contributing Guidelines.
- Check that there isn't already an issue that reports the same bug.
- Check that this is a concrete bug. For Q&A, open a GitHub Discussion.
- The provided reproduction is a minimal reproducible example of the bug.
Metadata
Metadata
Assignees
Labels
No labels