Closed jeveloper closed 8 years ago
We still need to implement our own security / authentication model as well as support for things like environment variables. I'll keep you posted and have answers for you soon! It will be easy and you'll have plenty of control - I can promise you that. We'll almost certainly be using bearer
tokens in the Authorization
header.
Thanks ! i'll try to contribute in september !
I use webtask.io that's part of auth0 and they use bearer token thats passed in the header.
What are your plans securing a call to endpoint?
use case:
person logs in with twitter , needs to process something specific to him/her , web app makes a call on his behalf.
I am hoping it won't be too complicated with enough developer control.
cheers