Post job with Bearer token EmployerId stamped on post
Authorization: Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9...
→ JobPosting.API validates against JobSeeker.API public key
→ EmployerId extracted from sub claim
→ Only owner can PUT / DELETE their posts → 403 Forbidden otherwise
Post a Job
Requires employer authentication · Demo form (not connected to live backend)