-
Notifications
You must be signed in to change notification settings - Fork 106
Open
Labels
Description
Is your suggestion related to a missing or misleading document? Please describe.
The documentation or the content (blogs, articles, etc) does not currently include information on how to use the Asgardeo React SDK in a Deno environment. This creates a gap for developers who want to leverage the SDK in non-Node.js runtime environments like Deno.
Describe the improvement
Add a new section to the documentation explaining how to set up and use the SDK with Deno. This should include:
- How to install the SDK in Deno.
- Example usage with Deno's module system.
- Any specific configuration or compatibility notes for running the SDK in Deno.
Additional context
Since Deno has a different module system and runtime features compared to Node.js, highlighting any potential challenges and their solutions would be helpful.
Related Issues:
N/A