index.js 335 B

12345678910
  1. import authorize from 'oauth2-implicit'
  2. const credentials = authorize({
  3. auth_uri: 'http://dev.getsentry.net:8000/oauth/authorize',
  4. client_id: '49ebdc3013aa4ac08c7e811201b3a0ac36bf8fe3bcb648cf976ed57a320bbd68',
  5. scope: ['project:releases', 'event:read', 'org:read', 'org:write'],
  6. state: {
  7. location: window.location
  8. },
  9. });