UdL-EPS-SoftArch / 2ndHandMarket-API

2 stars 1 forks source link

Bad credentials on authenticated requests (recent commits) #27

Closed zurfyx closed 7 years ago

zurfyx commented 8 years ago

Requests that require credentials do not longer work with the sample user:

Sent headers:

Content-Type:application/json
Authorization:Basic dXNlcjpwYXNzd29yZA==
rogargon commented 7 years ago

Fixed by commit 639fab3548e4d08101024889592d30ca0b33da2c

User admin works again (from inMemory) together with user1 and user2 (from UserRepository)