Thanks @evansims
One thing I’m curious about and I can’t quite figure out; is it necessary to call $auth0->logout()
to log the user out? When someone logs out of our application we want to make sure they’re forced to log back in again since the application is used from shared devices. I wasn’t sure if calling auth()->logout()
and redirecting to the logout URL was sufficient, or if I should be calling $auth0->logout()
as well.
Thanks!