jeffcheasey88
|
a79876b71c
|
Fix Java's Method access + Always response 401 when no token -> even when not neccessary
|
2025-01-26 11:38:21 +01:00 |
|
jeffcheasey88
|
c06cc46787
|
Refractor Dependency Injector -> Add public methods for developper's usage, optimise searching by using correctly the cache, add toString() method for debugs
|
2024-09-20 23:38:20 +02:00 |
|
jeffcheasey88
|
2cf4363e25
|
Add Constroller system; a class that contains 0-N methods with Route's annotation; can have Matcher, Context, Reader or Write, or none of them
|
2024-09-17 13:00:52 +02:00 |
|
jeffcheasey88
|
7bbfeea23a
|
Route Interceptor....with method is better
|
2024-03-13 11:19:06 +01:00 |
|
jeffcheasey88
|
d6ca7c5092
|
Add Route Interceptor system
|
2024-03-13 11:07:47 +01:00 |
|
jeffcheasey88
|
bda04a188b
|
Add WebSocket Authentification
|
2023-09-23 17:40:51 +02:00 |
|
jeffcheasey88
|
b06ed20afd
|
Fix error 500
|
2023-09-09 20:24:01 +02:00 |
|
jeffcheasey88
|
896a2be120
|
Fix possible sync problems
|
2023-09-08 01:22:09 +02:00 |
|
jeffcheasey88
|
d77fe329b8
|
Optimise route finding (remove maps to use array and add optional re-ordering routes by number of call)
|
2023-09-07 21:33:21 +02:00 |
|