maxgalbu / adonis5-jwt

JWT Authentication service for Adonisjs v5
MIT License
86 stars 15 forks source link

File keys #22

Closed Droutin closed 11 months ago

Droutin commented 1 year ago

Option to use path for public and private keys. Also added command for generating key pairs. node ace jwt:generate-keys {outputDir} {algorithm} arguments are optional. Default values:

If u change default algorithm define it in auth config algorithm: 'RS256'