2.2.1 • Published 22 days ago

@bizdoc/oauth0 v2.2.1

Weekly downloads
-
License
-
Repository
-
Last release
22 days ago

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();
2.2.1

22 days ago

2.2.0

2 months ago

2.1.1

4 months ago

2.1.0

8 months ago

2.0.0

10 months ago

1.1.0

11 months ago

1.0.0

1 year ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago