spring-projects / spring-projects/spring-data-rest
Integrate HAL Browser with Spring Session [DATAREST-675]
@odrotbohm is already working on this.
Since Dec 31, 2020.
- Dominant language
- Java
- Stars
- 958
- Forks
- 568
- PR merge metrics
- No merged PRs in 30d
Description
Greg Turnquist opened DATAREST-675 and commented
Spring-a-Gram is using Spring Session to let me login in on the frontend and carry my credentials to the backend service. However, when I launch the HAL Browser through the frontend, it doesn't work and instead gives me a second (BASIC) login pop-up.
I didn't know if there was some glue code we needed (or if it's even possible) to integrate our HAL Browser wrappings to support Spring Session.
Rob, the code for HAL Browser is at https://github.com/spring-projects/spring-data-rest/tree/master/spring-data-rest-hal-browser. There is almost no code at all. Just a little bit to wrap a static web asset with Spring MVC routing. I can talk around this issue, but it looks like something that would be nice to have a solution for in the future.
Thoughts?
No further details from DATAREST-675
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.