mock-oauth-2-server

1.0.3 • Public • Published

Mock OAuth2 server for testing

Mock Data

const mockData = {
  client: {
    id : 'oauth2_application_client_id',
    secret : 'oauth2_application_secret',
    redirectUris : ['http://localhost:5000/oauth2/redirect/callback'],
    grants: ['authorization_code']
  },
  user: {
    id : '123',
    uuid : 'dkalfyeoiqajaof',
    email: 'brad@email.com'
  },
  jwtSecret: 'jwt_secret_key'
};

generateAccessToken

const defaultGenerateAccessToken(client, user, scope) {
  return jwt.sign(user, 'im_a_secret', { algorithm: 'HS512', jwtid: uuid() });
},

Readme

Keywords

none

Package Sidebar

Install

npm i mock-oauth-2-server

Weekly Downloads

6

Version

1.0.3

License

MIT

Last publish

Collaborators

  • larry.huot
  • lukehorak-zinnia
  • donatastubutis-zinnia
  • juan.escobar
  • manvick-zinnia
  • birdswitharms
  • michael.dorman
  • ludo-zinnia
  • jesse-pg
  • nocolin3
  • randy-the-robot
  • m1gd0n
  • bennettd1
  • alexbehrman
  • kobie.thomas
  • neelmay
  • niorio1
  • kelly_porter
  • sunnymistry_pg
  • randy.concepcion
  • pgengineering
  • wellshuxley
  • showell215
  • pique
  • anton.karounis_pg
  • anthonygomezpg
  • whitneychoo
  • justin.coh
  • jenny.lee
  • jasonunger.pg
  • aciccone
  • brian.dirito
  • scottpg117
  • cilavery
  • luisrevillam
  • mdnorth
  • christopher.bosserman