Files
Olivier Meunier 11f411c8fa Simplified authorization flow
The current flow is quite complex and relies on listeners that can be
conflicting with other extensions.

This is a much simpler approach:

- the OAuth redirection is a real, web accessible, resource
- the redirection page sends a message to the extension with its
  query parameters
- the oauthPrompt function listens to the message and resolves with
  the authorization result

And that's it!

This adds the oauth-callback.html page to "web_accessible_resources"
for any http or https URL.

Incidentally, this resolves #93
2026-02-04 15:51:02 +01:00
..
2026-02-04 15:51:02 +01:00
2023-09-06 22:18:07 +02:00
2023-09-06 22:18:07 +02:00
2024-11-04 19:35:32 +01:00
2026-02-04 15:51:02 +01:00