Closed dblythy closed 1 year ago
When accessing a saved dashboard url, such as:
http://localhost:4040/apps/appId/browser/_User?filters=%5B%7B%22field%22%3A%22emailVerified%22%2C%22constraint%22%3A%22exists%22%7D%5D
If authentication is needed, the original url is lost.
Add 'redirectURL' feature that routes to original requested URL on login.
🎉 This change has been released in version 5.1.0-alpha.6
🎉 This change has been released in version 5.1.0-beta.2
🎉 This change has been released in version 5.1.0
New Feature / Enhancement Checklist
Current Limitation
When accessing a saved dashboard url, such as:
http://localhost:4040/apps/appId/browser/_User?filters=%5B%7B%22field%22%3A%22emailVerified%22%2C%22constraint%22%3A%22exists%22%7D%5D
If authentication is needed, the original url is lost.
Feature / Enhancement Description
Add 'redirectURL' feature that routes to original requested URL on login.
Example Use Case
Alternatives / Workarounds
3rd Party References