Provide an embedded Docker container for local development #1

Merged
ansv7779 merged 10 commits from docker into main 2025-03-26 18:51:21 +01:00

10 Commits

Author SHA1 Message Date
806de61859
Minor cleanup 2025-03-26 18:49:40 +01:00
016f4d226b
Fix client ownership in embedded container 2025-03-26 18:44:18 +01:00
77ca199b59
Small improvement to the layering of the Dockerfile 2025-03-26 18:39:50 +01:00
c30ed02659
Fix trying to modify immutable collection 2025-03-26 18:38:51 +01:00
220a8a454d
Prevent session cookie conflicts on localhost
When using this as an embedded Docker container, if the calling application has set a session cookie it is possibly that it is overwritten during the authorization process.
2025-03-26 18:33:36 +01:00
0f03bbca52
Fix null scope 2025-03-26 16:42:47 +01:00
ed0c510638
Add example how to use the embedded container 2025-03-26 16:42:04 +01:00
800748094e
Test the behaviour of the embedded container 2025-03-26 13:45:43 +01:00
5cfbaa6535
Working Docker container 2025-03-26 12:49:31 +01:00
6039d6b34b
Refactor out storage specifics from the ClientManager
In preparation of being able to change how clients are stored (from JDBC to in-memory)
2025-03-26 11:05:41 +01:00