-
-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clear cache and session #67
Comments
Some options like clearcache or clearsessioncache for example. Like in the https://www.npmjs.com/package/cordova-plugin-inappbrowser plugin. |
Hello thanks for the report, if you are willing to support the project someone from the community can make it for you: |
/bounty 50 |
|
/attempt #67 Options |
/attempt #67 Options |
Note: The user @ayusham001 is already attempting to complete issue #67 and claim the bounty. If you attempt to complete the same issue, there is a chance that @ayusham001 will complete the issue first, and be awarded the bounty. We recommend discussing with @ayusham001 and potentially collaborating on the same solution versus creating an alternate solution. |
@ayusham001: Reminder that in 7 days the bounty will become up for grabs, so please submit a pull request before then 🙏 |
@jessmathews: Reminder that in 7 days the bounty will become up for grabs, so please submit a pull request before then 🙏 |
hey @riderx has this issue been solved? |
Thanks for solving this, the readme is auto update when you update the TS file, just run the build command. |
I ran npm run lint
npm run build
npm run verify:web && npm run verify:android The only errors were |
💡 @jessmathews submitted a pull request that claims the bounty. You can visit your org dashboard to reward. |
any updates? |
🎉🎈 @jessmathews has been awarded $50! 🎈🎊 |
This has been merged and fixed ! sorry for the delay |
Can someone provide an example how to use it correctly? Is only the cookie cache deleted or also the session cookie cache? |
Hey there :)
Is there an option to clear browser cache and session? I would like to use the in app browser to process an OAuth login with Microsoft services, but after a logout I need to clear cache and session. Otherwise the OAuth flow authenticates the same user account without login with mail and password the next time the in app browser is opened.
The text was updated successfully, but these errors were encountered: