• Alex Kalderimis's avatar
    Prevent GraphQL API access by deactivated users · 414b5fb0
    Alex Kalderimis authored
    This ensures that deactivated users (and other users who fail the
    `api_access` check, such as blocked users, or users who haven't accepted
    terms of service) get a forbidden response from the GraphQL API
    endpoint.
    
    Changelog: security
    414b5fb0
graphql_controller.rb 4.94 KB