peburrows / goth

Elixir package for Oauth authentication via Google Cloud APIs
http://hexdocs.pm/goth
MIT License
289 stars 111 forks source link

target_audience claim #58

Closed aizotov closed 3 years ago

aizotov commented 5 years ago

Are there any plans to support the target_audience claim as described in the IAP docs ?

wojtekmach commented 3 years ago

There are no plans, if you'd like to work on it, please make sure you check out https://github.com/peburrows/goth/issues/82 first.

paveltyk commented 3 years ago

If someone is looking for how to get a token for Google cloud function invocation, please read more here: https://github.com/peburrows/goth/issues/101