Actions
Sub-task #243
closed
RS
RS
Feature #57: Onboarding - Foreigner
Task #239: [BE] - Foreign Onboarding Review KYC
[BE] - Add customerType key to JWT token
Sub-task #243:
[BE] - Add customerType key to JWT token
Start date:
03/24/2026
Due date:
% Done:
0%
Estimated time:
Description
The new keyname is "customerType"
the customerType will be an enum.
type CustomerType int
const (
CustomerTypeIndividual CustomerType = iota + 1
CustomerTypeForeigner
CustomerTypeCorporate
)
Actions