rorodata / firefly

function as a service
http://rorodata.github.io/firefly
Apache License 2.0
194 stars 30 forks source link

Support Firefly extensions #43

Open anandology opened 7 years ago

anandology commented 7 years ago

It would be good to have support for writing extensions to Firefly. Think of a basicauth extension that authenticates the user before the request and passes the username as one of the arguments to the functions. There could be a social auth authenticator extension.

I'm not sure how the interface should look like, but that looks like very promising idea.