#173 Check requires_valid_token on API calls
Merged by puiterwijk. Opened by puiterwijk.
puiterwijk/ipsilon oidc-sane-error-on-noauth  into  master

Download 173.patch

Without this fix, Ipsilon will actually return 500 on requests that require an API token but were not provided one, because self.api_token is None.

2 new commits added

  • Add UserInfo test
  • Actually check requires_valid_token in API calls

+1 LGTM

Commit 6bdbfaff fixes this pull-request

Pull-Request has been merged by puiterwijk@redhat.com

Metadata