# Resources

- [Migrating from Keycloak-js](https://docs.oidc-spa.dev/resources/migrating-from-keycloak-js.md): Polyfilling keycloak-js with oidc-spa
- [Third‑party cookies and session restoration](https://docs.oidc-spa.dev/resources/third-party-cookies-and-session-restoration.md)
- [CSP Configuration](https://docs.oidc-spa.dev/resources/csp-configuration.md)
- [Why No Client Secret?](https://docs.oidc-spa.dev/resources/why-no-client-secret.md): Why Doesn't oidc-spa Require a Client Secret?
- [End of third-party cookies](https://docs.oidc-spa.dev/resources/end-of-third-party-cookies.md)
- [iframe related issues](https://docs.oidc-spa.dev/resources/iframe-related-issues.md)
- [JWT Of the Access Token](https://docs.oidc-spa.dev/resources/jwt-of-the-access-token.md): And why it's not supposed to be read on the client side.
- [Bundle Size](https://docs.oidc-spa.dev/resources/bundle-size.md): Understanding oidc-spa’s impact on your bundle size
- [Discord Server](https://docs.oidc-spa.dev/resources/discord-server.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.oidc-spa.dev/resources.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
