Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmagdub committed Mar 6, 2024
1 parent b6e96b4 commit 37311d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/vaos/app/services/vaos/jwt_wrapper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def initialize(user)
@user = user
end

# TODO: check RI creation
def token
@token ||= JWT.encode(payload, Configuration.instance.rsa_key, 'RS512')
end
Expand Down

0 comments on commit 37311d1

Please sign in to comment.