lucidworks / lucidworks-view

Create custom user experiences for your Fusion-powered apps.
https://lucidworks.com/view
Apache License 2.0
37 stars 23 forks source link

Capture logged in username #65

Closed erikhatcher closed 7 years ago

erikhatcher commented 8 years ago

View team says "we don’t currently store username or password", and would need to capture in the login component, and store it in the config service.

erikhatcher commented 8 years ago

Another idea mentioned - You could just hit http://localhost:8764/api/session and grab user.username maybe?

arijitdasgupta commented 8 years ago

@erikhatcher That would require View to run on the same domain as Fusion to have a shared session cookies to hit /api/session I believe.

JoshEllinger commented 7 years ago

Fixed in #88