eclipse-pass / pass-ui

UI code base for PASS
Apache License 2.0
4 stars 16 forks source link

Call user service with a userToken parameter #1226

Closed markpatton closed 1 year ago

markpatton commented 1 year ago

Makes sure the user service gets called once if the userToken parameter is provided before everything else. The service may modify submission objects in the backend.

This also removes the weird route munging which was needed because of proxy url encoding issues and is no longer needed.