-
Notifications
You must be signed in to change notification settings - Fork 7
feat(nuxt): introduce @asgardeo/nuxt
sdk
#56
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
Conversation
@asgardeo/nuxt
sdk
packages/nuxt/README.md
Outdated
- Description: My new Nuxt module | ||
--> | ||
|
||
# My Module |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets update the README
"type": "module", | ||
"exports": { | ||
".": { | ||
"types": "./dist/types.d.mts", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is m
(ts | js) expected here?
"types": "./dist/types.d.mts", | |
"types": "./dist/types.d.mts", |
"changelogen": "^0.6.1", | ||
"cookie-es": "^2.0.0", | ||
"eslint": "catalog:", | ||
"nuxt": "^3.16.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets put nuxt
and other nuxt related packages that we don't bundle as peerDependencies
Co-authored-by: Brion Mario <[email protected]>
Co-authored-by: Brion Mario <[email protected]>
Co-authored-by: Brion Mario <[email protected]>
Co-authored-by: Brion Mario <[email protected]>
Co-authored-by: Brion Mario <[email protected]>
Co-authored-by: Brion Mario <[email protected]>
Purpose
Initial implementation of nuxt sdk with support for redirection based authentication.
Related Issues
Related PRs
Checklist
Security checks