shifty-backend/service
Simon Goller b0000c0117 Wrap Context with Autentication enum
Context should contain information which is required to get
the information if the service call is authenticated.  Context
could be the username for example.  But services call other
services internally and for this, authentication must not be
checked.  In this case, they can now pass Authentication::Full
which always successfully authenticates.
2024-05-09 14:58:19 +02:00
..
src Wrap Context with Autentication enum 2024-05-09 14:58:19 +02:00
Cargo.toml Add REST endpoint for slot 2024-05-02 23:25:04 +02:00