feat(auth): add base oauth client

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-08-19 15:42:29 +02:00
parent 9d064a1287
commit 5e879b7ef2
3 changed files with 177 additions and 0 deletions

1
como_auth/src/lib.rs Normal file
View File

@@ -0,0 +1 @@
mod oauth;