Authentication #741
Replies: 1 comment 3 replies
-
Hi @StaringSkyward and thanks for the question. First, could you clarify the scenario you are thinking of? Authentication to a deployed Spin app or authentication to the Fermyon platform during deployment? (Or perhaps something else entirely?) The former is outside of Spin's domain currently; in other words, the application itself is responsible for implementing an authentication mechanism and entities making requests to the app would supply creds/token(s) directly, via corresponding app endpoints. Combing through the issue backlog, though, I do see a mention of a middleware approach in Spin, one top use case being authentication: #85. I'd imagine this would be exposed at Spin's configuration level. Also glad to go into the details if the latter is what you had in mind, i.e. authentication approaches when deploying to the Fermyon platform. |
Beta Was this translation helpful? Give feedback.
-
Spin looks really interesting. Since authentication is such a common requirement what does that look like in Spin, e.g. with an OAuth2 bearer token?
Beta Was this translation helpful? Give feedback.
All reactions