iron-io / functions-ui

User interface for IronFunctions - http://github.com/iron-io/functions
https://iron.io
Apache License 2.0
95 stars 18 forks source link

add jwt_key #14

Closed c0ze closed 6 years ago

c0ze commented 6 years ago

related to #12

c0ze commented 6 years ago

@kunihiko-t I believe this is now ready, would appreciate if you could take a look !

kunihiko-t commented 6 years ago

It works fine 👍

What do you think about displaying tokens with the curl command? Like -H 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE1MDgwNTcwNTEsImlhdCI6MTUwODA1MzQ1MX0.3c_xUaleCdHy_fdU9zFB50j3hqwYWgPZ-EkTXV3VWag'

2018-01-27 1 05 06

c0ze commented 6 years ago

yeah that's a good idea !

c0ze commented 6 years ago

@kunihiko-t ok added, can you have another look ? Thanks !

c0ze commented 6 years ago

rebased to master, now builds successfully