Skip to content

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

Merged
merged 31 commits into from
May 22, 2025

Conversation

3nethz
Copy link
Contributor

@3nethz 3nethz commented May 19, 2025

Purpose

Initial implementation of nuxt sdk with support for redirection based authentication.

Related Issues

  • N/A

Related PRs

  • N/A

Checklist

  • e2e cypress tests locally verified.
  • Manual test round performed and verified.
  • UX/UI review done on the final implementation.
  • Documentation provided. (Add links if there are any)
  • Unit tests provided. (Add links if there are any)
  • Integration tests provided. (Add links if there are any)

Security checks

@brionmario brionmario changed the title Nuxt SDK source files feat(nuxt): introduce @asgardeo/nuxt sdk May 20, 2025
- Description: My new Nuxt module
-->

# My Module
Copy link
Member

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",
Copy link
Member

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?

Suggested change
"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",
Copy link
Member

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

brionmario
brionmario previously approved these changes May 22, 2025
@brionmario brionmario merged commit 3b77891 into asgardeo:main May 22, 2025
4 checks passed
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.

2 participants