chad

Results 4 comments of chad

> I have used the below method to delete the token > > `$tokenId = auth()->user()->token()->id; OauthAccessToken::find($tokenId)->delete();` hello my friend , i have an issue in OauthAccessToken not found.. i...

> @richardordinario Make sure you have implemented Model called OauthAccessToken on your app. Thank you for the response, i have already fix the problem by doing this `Auth::user()->token()->revoke` for other...

This is the workaround I made using layouts inside your template v-app v-if="!loading" etc... const loading = ref(true) onMounted(() => { loading.value = false })

> I have the same issue working on [email protected] and [email protected] Is there any workaround? try using ````