2021-07-05 14:09:48 UTC - Julien Namdar-Irani: Hi all, I'm looking for some documentation/example on how to set up user authentication through an application in Openwhisk. Basically the user would login in the app's frontend and then get authorized to request the backend, a really simple use case. I've found some example using external providers with Oauth (<https://github.com/laardee/serverless-authentication-boilerplate>), but my use case is air gapped and I must do this locally. Is there any way to use Openwhisk own auth mecanism for this ? I understand this is CouchDB. I didn't find anything meeting this use case in the docs.
Thanks https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1625494188071000 ----