NeonGeckoCom / neon-hana

HTTP Access to DIANA deployed services
Other
0 stars 0 forks source link

[FEAT] auth endpoint for permissions #29

Open NeonDaniel opened 4 months ago

NeonDaniel commented 4 months ago

Objective

Implement a /auth/permissions endpoint to query access for the current token

Initial Implementation Requirements

Other Considerations

Should ClientPermissions be a pydantic model instead of a dataclass?