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

Return identities.Claims from ClaimsFrom #21

Closed jeffreylo closed 2 years ago

jeffreylo commented 2 years ago

https://github.com/keratin/authn-go/pull/18 introduced support for ClaimsFrom, returning the default verified claims in the identity token. That PR, however, failed to consider that the identity token augments the default claims with an AuthTime (auth_time) which supports password confirmation actions, e.g., https://keratin.github.io/authn-server/#/guide-confirm-password.

Closes https://github.com/keratin/authn-go/issues/20.

jeffreylo commented 2 years ago

Any blockers to merging this, @cainlevy? Would be nice to get this in a new release within the next couple weeks. Thank you.

cainlevy commented 2 years ago

Thanks for the reminder! I simply got mixed up with my work habits.