We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it suppose to work with application/x-www-form-urlencoded content ty& My swaager config:
/** * @swagger * /auth/getToken: * x-swagger-router-controller: User * post: * operationId: getToken * summary: User Authentication returning a JWT. * description: Authenticate a user. * tags: * - Authorization * consumes: * - application/x-www-form-urlencoded * parameters: * - in: formData * name: email * description: A user's email. * type: string * required: true * minLength: 4 * - in: formData * name: password * description: A user's password. * type: string * required: true * minLength: 8 * produces: * - application/json * responses: * 200: * description: Send authorization JWT * 403: * description: Authorization failed */
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is it suppose to work with application/x-www-form-urlencoded content ty&
My swaager config:
The text was updated successfully, but these errors were encountered: