* add new pow_authenticated column
* separate user session data and user entity
* rename provider from CAPTCHA_CAP to POW
* set default value for pow provider in User model
* update OpenAPI docs
* linting fixes
* add cap captcha to the project
* create new captcha related table migrations
* created CaptchaChallenge.model.ts
* created CaptchaToken.model.ts
* Captcha services and Cap integration
* update migrations to include timestamp fields
* use BIGINT for expires fields
* Cap captcha route created
* parameterize captcha difficulty
* openapi docs for /captcha endpoints
* linting fixes
* explicitly mark required /auth request properties
* make workflows run on merge
* add global position to Karma object
* typo fix
* added more fields to ecosystem app response
* Add postman collection file
* Add open api file
* Use json format for OpenAPI collection
* add swagger ui route
* document the guide for API collections