-
Notifications
You must be signed in to change notification settings - Fork 49
Description
Problem
Asgardeo currently provides official SDKs for popular frameworks such as React, enabling developers to easily integrate authentication and identity features. However, there is no first-class SDK available for Vue.js (https://vuejs.org/), which is one of the most widely used frontend frameworks.
Vue.js developers are currently required to:
- Use low-level JavaScript SDKs directly, or
- Build custom wrappers and handle authentication flows manually
This increases integration complexity and leads to inconsistent implementations compared to other supported frameworks such as React.
Proposed Solution
Introduce an official Asgardeo Vue.js SDK that mirrors the capabilities and developer experience of the existing Asgardeo React SDK.
The Vue.js SDK should closely align with the React SDK in terms of:
- Supported
Components - API surface and abstractions
- Configuration and initialization patterns
- Documentation structure and quick-start experience
(https://wso2.com/asgardeo/docs/quick-starts/react/)
This would allow Vue.js developers to integrate Asgardeo in a framework-native and consistent manner, similar to other officially supported frameworks.
Alternatives
N/A
Please select the package issue is related to
@asgardeo/vue
Version
N/A
Reporter Checklist
- I have searched the existing issues and this is not a duplicate.
- I have provided all the necessary information.
- I have verified the feature on the latest version of the package.