You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
"""Given a set of credentials, returns an access token if they are correct. Raises 401
exception if not"""
This clarifies that the "if not" has to do with the credentials and also adds a period.
- """Given a set of credentials, returns an access token if they are correct. Raises 401 exception if not"""+ """Given a set of credentials, returns an access token if they are correct. Raises 401 exception if they are not."""
The text was updated successfully, but these errors were encountered:
The phrasing of the description for
/api/v1/oauth/token
is a bit awkward.fidesops/src/fidesops/api/v1/endpoints/oauth_endpoints.py
Lines 56 to 57 in 8be7d15
This clarifies that the "if not" has to do with the credentials and also adds a period.
The text was updated successfully, but these errors were encountered: