-
Notifications
You must be signed in to change notification settings - Fork 41.4k
Closed
Labels
type: enhancementA general enhancementA general enhancement
Description
Per brainstorming with @rwinch:
I just went through the process of enabling remember-me authentication, essentially so I don't have to log into my application every time I re-start gradle bootRun
.
It would be nice if Boot's devtools solved this by introducing a DeveloperLoginFilter
or some such that would set the security context automatically with a fake user (or a username of my choosing, configured in application.yml
). This approach would be like in kind to the recent additions to Spring Security Test, e.g. @WithMockUser
, only happening at development runtime, not just test-time.
Metadata
Metadata
Assignees
Labels
type: enhancementA general enhancementA general enhancement