Is your feature request related to a problem? Please describe.
After an admin configures the console, they are sole admins of the application
Another admin of the same WP instance may not have been given admin level access to the console. But they will see the settings for the plugin in the WP-Admin dashboard.
How does this user, who may be allowed to access the console to make changes/additions, procure such access?
Describe the solution you'd like
When a user requests access to a specific console supporting a plugin
- if no wallet session is detected, present hello login button -- signin/up
- if session is active, display a request access to XYZ Application, select identity to connect
- -- backend process put the Hello identity into a queue for the admin to review, send a notice
Many other standard events/functions ocurs from this user story.
What else might be done with the referrer here for instance?