srctree

Gregory Mullen parent dad4de59 df1c50ba
add minimal docs to Provider

src/auth/provider.zig added: 5, removed: 2, total 3
@@ -1,5 +1,8 @@
//! Verse Authentication Provider
//! TODO document!
//! Similar to the Allocator interface Provider exposes a consistent API that
//! can be reused across all the verse authentication modules. Any object that
//! exposes a Provider, can be plugged into Verse and used to provide
//! authentication or authorization. E.g. providing user lookup.
ctx: *anyopaque,
vtable: VTable,