Nik-Novak / steam-next-auth

NextAuth / AuthJS V5 Steam Provider
MIT License
2 stars 0 forks source link

Edge Runtime Implementation #1

Open GODrums opened 1 month ago

GODrums commented 1 month ago

First of all, thank you for offering a Steam provider for Auth.js v5. One of Auth.js's great improvements was the ability to use it in an edge runtime.

You are currently using both the crypto and openid package, which are not edge-runtime compatible. I personally am currently testing oauth4webapi as openid-replacement, but I am not super familiar with it.

Would you be interested in making the package edge-runtime compatible?