Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Session handling for AuthN #783

Closed
Closed
@misskniss

Description

@misskniss

Note: will not know what you signed in with (Google, Builtin, etc). Because we wont support satellites in day 1 this should be simple (blue path in the RFC diagram) - BETA sp7

  • Create a new empty middleware. Purpose: be a middleman helper for RBAC.
  • Get the token from request
  • do a DB look up to check API key validity
  • store a user actor or workspace actor on the request context
  • Or: anonymous actor or terminate request

Metadata

Metadata

Assignees

Labels

apiArea: HTTP API

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions