Project

General

Profile

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

Added by Ryan Supawarapong 25 days ago. Updated 23 days ago.

Status:
Resolved
Priority:
Normal
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
)

RS Updated by Ryan Supawarapong 25 days ago Actions #1

  • Status changed from New to Testing

RS Updated by Ryan Supawarapong 25 days ago Actions #2

  • Tracker changed from Task to Sub-task

RS Updated by Ryan Supawarapong 24 days ago Actions #3

  • Subject changed from [BE] - Add isForeigner key to JWT token to [BE] - Add customerType key to JWT token
  • Description updated (diff)

RS Updated by Ryan Supawarapong 24 days ago Actions #4

  • Description updated (diff)

RS Updated by Ryan Supawarapong 24 days ago Actions #5

  • Description updated (diff)

RS Updated by Ryan Supawarapong 23 days ago Actions #6

  • Status changed from Testing to Resolved
Actions

Also available in: PDF Atom