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() });
},

/mock-oauth-2-server/

    Package Sidebar

    Install

    npm i mock-oauth-2-server

    Weekly Downloads

    3

    Version

    1.0.3

    License

    MIT

    Last publish

    Collaborators

    • pgengineering
    • pique
    • randy-the-robot
    • neelmay
    • zneerajnegi
    • praman_satya
    • milind.srivastava
    • rahul-zinnia
    • gaurisharma_zinnia
    • donatastubutis-zinnia
    • ludo-zinnia
    • soniyazinnia
    • rajeshbhasin