Are your sessions SAFE? Secure sign-out with AuthKit

preview_player
Показать описание
Sign-out secure with AuthKit and any JS framework. Confidently delete session cookies, invalidating WorkOS sessions, and even handle wierd prefetch request bugs.

Enhance your app's authentication flow with @chantastic!

LINKS:

CHAPTERS
00:00 - Two steps to secure sign-out
00:22 - Create a sign-out endpoint
01:39 - Deleting the session cookie
02:18 - Deactivate the WorkOS session
03:15 - Adding a sign-out link to the dashboard
03:58 - Which framework is next?
Рекомендации по теме
Комментарии
Автор

Even though we end the session in workos, the access token still remains valid and can be used to make requests. Any way to invalidate it when we're signing out?

JesterFigueiredo