Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Oct 21, 2023
1 parent cb9818d commit a8a07a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
<a href="https://github.com/garronej/oidc-spa">Documentation</a>
</p>

An OIDC client designed for Single Page Applications, featuring an optional React adapter for enhanced convenience.
An OIDC client designed for Single Page Applications, typically [Vite](https://vitejs.dev/) projects.
With a streamlined API, you can easily integrate OIDC without needing to understand every detail of the protocol.

### Comparison with Existing Libraries

#### oidc-client-ts
#### [oidc-client-ts](https://github.com/authts/oidc-client-ts)

While `oidc-client-ts` serves as a comprehensive toolkit, our library aims to provide a simplified, ready-to-use adapter. We utilize `oidc-client-ts` internally but abstract away most of its intricacies.

#### react-oidc-context
#### [react-oidc-context](https://github.com/authts/react-oidc-context)

Our library takes a modular approach to OIDC and React, treating them as separate concerns that don't necessarily have to be intertwined.
We offer an optional React adapter for added convenience, but it's not a requirement to use it and [it's really trivial anyway](https://github.com/garronej/oidc-spa/blob/main/src/react.tsx).
Expand Down

0 comments on commit a8a07a1

Please sign in to comment.