jaxenter-showcase icon indicating copy to clipboard operation
jaxenter-showcase copied to clipboard

Results 3 jaxenter-showcase issues
Sort by recently updated
recently updated
newest added

When I run this command from curl i am getting empty response `curl curl:password@localhost:8081/oauth/token\?grant_type=client_credentials` ![image](https://user-images.githubusercontent.com/18397494/37912325-ed4cd618-312f-11e8-9ac7-a4d4c5fdd432.png) Am I missing anything?

First of all, thank you for this great sample: I'm getting the follow error: ``` {"error":"server_error","error_description":"PreparedStatementCallback; uncategorized SQLException for SQL [insert into oauth_refresh_token (token_id, token, authentication) values (?, ?, ?)];...

Everything works great except the last step. The tokens don't seem to be successfully stored in the SQLite database. Every time I run a request with my new token I...