mountetna / etna

Base gem for Mount Etna applications
GNU General Public License v2.0
0 stars 0 forks source link

In Etna::Auth, store the JWT token in the user environment object #39

Closed coleshaw closed 4 years ago

coleshaw commented 4 years ago

For implementing mountetna/magma#51, we need to sign requests between Magma and Metis. It would be useful to have the JWT token available in the @user environment object, instead of re-instantiating Etna::Auth and reconstructing it.