Skip to content

Releases: lmtani/iap-auth

v0.2.2

21 Apr 17:06
Compare
Choose a tag to compare

Fix versioning issue.

v0.2.1

21 Apr 16:55
0aa53af
Compare
Choose a tag to compare

Breaking changes:

  • IapClient class constructor has changed. Now only Oauth server client id is required. See this section for more details.

Update:

  • UserAuth and UserIapClient add to the project, so one can access IAP protected resources using only user credentials. See this section for more details.

v0.1.5

12 Mar 19:07
Compare
Choose a tag to compare
  • It will now return requests.Response object even when the status_code is != 200.

v0.1.4

24 Feb 16:26
Compare
Choose a tag to compare
  • Reuse token if not expired.

v0.1.3

10 Feb 12:07
Compare
Choose a tag to compare
  • Deploy with github actions