spring-projects / spring-data-rest

Simplifies building hypermedia-driven REST web services on top of Spring Data repositories
https://spring.io/projects/spring-data-rest
Apache License 2.0
913 stars 559 forks source link

Send OAuth2 token with request in HAL Browser [DATAREST-1085] #1450

Open spring-projects-issues opened 7 years ago

spring-projects-issues commented 7 years ago

Rocko Tseng opened DATAREST-1085 and commented

After https://github.com/mikekelly/hal-browser/pull/69 is merged, an OAuth2 authentication token can be retrieved via login page (which is /browser/login.html in Spring) and placed in MyHalBrowserToken cookie. However, it looks like spring-data-rest-hal-browser is not using it. At least not being sent out with request in CustomPostForm.js.


Affects: 2.6.3 (Ingalls SR3)

spring-projects-issues commented 7 years ago

Rocko Tseng commented

We might close this issue since it duplicates to DATAREST-1077