oidc-react
Advanced tools
Comparing version 3.1.0 to 3.2.0
@@ -6,2 +6,9 @@ # Changelog | ||
## [3.2.0](https://github.com/bjerkio/oidc-react/compare/v3.1.0...v3.2.0) (2023-05-02) | ||
### Features | ||
* add inline source maps ([efdf184](https://github.com/bjerkio/oidc-react/commit/efdf184bd585a3b7d2c8ad59cac03e83c27133c4)) | ||
## [3.1.0](https://github.com/bjerkio/oidc-react/compare/v3.0.4...v3.1.0) (2023-04-21) | ||
@@ -8,0 +15,0 @@ |
{ | ||
"name": "oidc-react", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "OpenID Connect Authentication for React. Supports Hooks 🚀", |
@@ -31,4 +31,3 @@ # OIDC React | ||
```typescript | ||
... | ||
```tsx | ||
import { AuthProvider } from 'oidc-react'; | ||
@@ -42,3 +41,3 @@ | ||
clientId: 'this-is-a-client-id', | ||
redirectUri: 'https://my-app.com/' | ||
redirectUri: 'https://my-app.com/', | ||
}; | ||
@@ -64,3 +63,3 @@ | ||
- [Guides](guides/) | ||
- [Example repository](https://github.com/simenandre/example-react-oidc) | ||
- [Example repository](https://github.com/simenandre/example-oidc-react) | ||
- [oidc-client-ts Documentation](https://authts.github.io/oidc-client-ts/) | ||
@@ -67,0 +66,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
63588
67