@bizdoc/oauth0
v2.2.1
Published
OAuth0 authentication for BizDoc.
Downloads
113
Readme
OAuth0 for BizDoc
OAuth0 authentication for BizDoc.
This library works with BizDoc.Core.OAuth0 Nuget package on the server side.
Setting up
imports: [
BizDocModule.forRoot(...),
OAuth0Module.forRoot(...)
]Server side
services.AddBizDoc(...).
AddOAuth0();
...
app.UseBizDoc().
UseOAuth0();