keratin / authn-go

Go client library for Keratin AuthN
https://github.com/keratin/authn-server
GNU Lesser General Public License v3.0
32 stars 10 forks source link

Adds `SubjectFromWithAudience` to overwrite default audience verification #15

Closed ppacher closed 4 years ago

ppacher commented 4 years ago

This PR updates SubjectFrom to allow overwriting the audience used for validating JWTs. It based on the discussion of, and will fix #14.

Please tell me what you think of those changes and I will finish it and remove the WIP.

Update: PR has been updated to add a new SubjectFromWithAudience for that purpose. See discussion / review comments for reasoning.

ppacher commented 4 years ago

@cainlevy Do you want any additional changes for this to be merged?

cainlevy commented 4 years ago

released in v1.1.0