I've been exploring best practices for session storage, and it seems like using HTTP-only cookies the only secure choice.
However, I've hit a roadblock when trying to implement a login feature within an iframe, especially with Safari disabling cookie functionality in iframes. This has left me pondering alternatives for secure user authentication within iframes.
Has anyone encountered a similar challenge or found a workaround? I'd love to hear your insights and experiences!