Does silent authorization work in browsers that do not allow third-party cookies by default? If so, how does it work?
Hey there @andrii.kuskovets !
Silent auth will not work in browsers that block third-party cookies unless you have a custom domain enabled. The use of refresh tokens is generally encouraged as in favor of traditional (iframe reliant) silent auth.