Commit graph

21 commits

Author SHA1 Message Date
418889b17f
refactor: added error check for server.Init() 2025-08-29 22:32:37 -06:00
a4d1de9a51
refactor: change MAKESHIFT_SERVER_ROOT to MAKESHIFT_ROOT 2025-08-29 19:39:09 -06:00
59a5225b28
feat: updated implementations for cmds 2025-08-24 20:39:39 -06:00
419e9781bf
feat: added root, download, list, and serve cmd implementations 2025-08-18 11:01:19 -06:00
1413312893
refactor: updated cmd command funcs 2025-08-14 07:41:09 -06:00
bfd83f35a3
refactor: initial commit for major rewrite 2025-08-03 20:25:18 -06:00
4ff8094988
fix: added os.Exit in commands with error 2024-12-17 16:28:13 -07:00
5c9e9f0540
cmd: changed 'server' variable name to not collide with package name 2024-12-16 15:40:20 -07:00
e1ab1e7102
refactor: added client opts to serve.cmd and more logging info 2024-12-12 14:28:48 -07:00
e3a8461828
cmd: updated --host flag and removed --port 2024-12-03 15:54:53 -07:00
e1a9f4ae36
fix: changed output to use log instead of fmt 2024-12-03 12:51:48 -07:00
32065dc163
refactor: name changes and code clean up 2024-11-21 14:13:31 -07:00
dac6c2306f
client: moved cacert logic from 'serve' cmd to client 2024-11-14 16:53:00 -07:00
4bd4dac129
cmd: removed flag and added check for cacert 2024-11-14 16:21:04 -07:00
e044d4b5ed
Changed from using multiple plugin paths to just one 2024-09-20 16:53:30 -06:00
5555d1c92b
Fixed more imports after refactoring 2024-07-28 15:23:51 -06:00
David Allen
bf937bf4d4
Changed server handlers to use public and protected routes correctly with auth 2024-07-03 11:42:27 -06:00
David Allen
88f31d7e26
Fixed issues with using access token incorrectly 2024-06-20 17:46:03 -06:00
David Allen
22195fa00a
Fixed server implementation and refactored 2024-06-20 17:09:02 -06:00
David J. Allen
37c844dc39
Added JWKS related flags to serve command 2024-04-11 16:01:15 -06:00
David J. Allen
3905a8a023
Added server implementation and serve command 2024-04-11 10:19:29 -06:00