Hrdtr / nuxt-appwrite

Easily connect Appwrite to Nuxt
MIT License
58 stars 6 forks source link

Feat: server side user actions #371

Open Hrdtr opened 1 year ago

Hrdtr commented 1 year ago

Get session by intercepting account.createSession* method response header, and pass it to client headers

YsarocK commented 1 year ago

Hi! Seeing the work you're doing. Thanks for the updates on the package 🙏🏼 Will deprecate mine soon so, not required now! Concerning this issue, I have something working on my side, will do a PR here so you can see and use it if you find it convenient. Have a good day.

tbsvttr commented 1 year ago

This would indeed be a very useful feature!

marcbejar commented 8 months ago

Hi, in the newest AppWrite release (1.5.1) there is support for SSR authentication.