Skip to content

Commit

Permalink
added issuer did in the access token
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishwas1 committed Jul 3, 2024
1 parent a8c6c51 commit 279c328
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app-auth/services/app-auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,7 @@ export class AppAuthService {
edvId: appDetail.edvId,
accessList,
env: appDetail.env ? appDetail.env : APP_ENVIRONMENT.dev,
issuerDid: appDetail.issuerDid,
};

const secret = this.config.get('JWT_SECRET');
Expand Down

0 comments on commit 279c328

Please sign in to comment.