-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
- User RPC Service.
- Web UI & API with GitHub login, generate session & JWT token for further requests.
- Management Dashboard, we can set site admin role for the user, with such role user can access admin interface.
Related Issues
Questions
- If the following logic should be placed in session middleware:
reborn/internal/handlers/user.go
Lines 65 to 68 in 46a4d2f
md := metadata.Pairs("authorization", "Bearer "+userToken) ctx := metadata.NewOutgoingContext(c.Request().Context(), md) // Get current user information user, err := userServiceClient.GetCurrentUser(ctx, &emptypb.Empty{})
Metadata
Metadata
Assignees
Labels
No labels