delta-incubator / delta-sharing-rs

A Minimalistic Rust Implementation of Delta Sharing Server.
MIT License
77 stars 8 forks source link

Authentication middleware #39

Closed tdikland closed 2 months ago

tdikland commented 3 months ago

The Delta Sharing server needs to know an identifier of the recipient in order to apply the appropriate access control policies.

The auth module contains the primitives for building your own authentication and/or authorization layers for the Delta Sharing server. There is also a simple implementation for servers that have no access control policies (i.e. all shares are public and can be accessed anonymously).