Identities & Authentication #2

Open
opened 2025-04-01 16:48:54 +02:00 by C0ffeeCode · 0 comments
Owner
  • 1. Identity migration
  • 2. Tokens (simple)
    • Migration
    • API routes
    • refers to Identities
  • 3. Middleware (axum layer?)
    • checks token and maps it to an identity
    • may reject requests with tampered or outdated tokens, should not reject unauthenticated requests
  • 4. Identity Extractor (axum)
    • enables API handlers to extract/read identities for a request
  • 5. Explore options:
    How to check identity for handlers or whole routers?
- [ ] 1. Identity migration - [ ] 2. Tokens (simple) - Migration - API routes - refers to Identities - [ ] 3. Middleware (axum layer?) - checks token and maps it to an identity - may reject requests with tampered or outdated tokens, should not reject unauthenticated requests - [ ] 4. Identity Extractor (axum) - enables API handlers to extract/read identities for a request - [ ] 5. Explore options: How to check identity for handlers or whole routers?
jan was assigned by C0ffeeCode 2025-04-01 16:48:54 +02:00
C0ffeeCode added this to the DH assignment project 2025-04-01 16:48:54 +02:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: C0ffeeCode/rvault#2
No description provided.