Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Qwik framework example #195

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cmnstmntmn
Copy link
Contributor

This PR implements the Client code for the Qwik framework.

Main Files:

  • routes/authorize - The API route that initiates the OAuth flow.
  • routes/callback - The API route that handles the code exchange and sets the session.
  • routes/[email protected] - The middleware that guards the /admin paths, checking and refreshing the session.

Copy link

changeset-bot bot commented Feb 11, 2025

🦋 Changeset detected

Latest commit: add67aa

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@openauthjs/openauth Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@cmnstmntmn cmnstmntmn force-pushed the add-qwik-framework-client-example branch from 8072a1e to c23d593 Compare February 11, 2025 01:27
This PR implements the Client code for the [Qwik](https://qwik.dev/) framework.

Main Files:
- `routes/authorize` - The API route that initiates the OAuth flow.
- `routes/callback` - The API route that handles the code exchange and sets the session.
- `routes/[email protected]` - The middleware that guards the `/admin` paths, checking and refreshing the session.
@cmnstmntmn cmnstmntmn force-pushed the add-qwik-framework-client-example branch from c23d593 to add67aa Compare February 11, 2025 01:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant