Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

passport-atlassian-oauth2

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

passport-atlassian-oauth2 - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

lib/strategy.js
const OAuth2Strategy = require('passport-oauth2');
const defaultOptions = {
authorizationURL: 'https://accounts.atlassian.com/authorize',
tokenURL: 'https://accounts.atlassian.com/oauth/token',
authorizationURL: 'https://auth.atlassian.com/authorize',
tokenURL: 'https://auth.atlassian.com/oauth/token',
profileURL: 'https://api.atlassian.com/me',

@@ -7,0 +7,0 @@ accessibleResourcesURL: 'https://api.atlassian.com/oauth/token/accessible-resources',

{
"name": "passport-atlassian-oauth2",
"version": "1.0.0",
"version": "1.0.1",
"description": "Passport strategy for authenticating with Atlassian (Jira) using OAuth 2 (3LO)",

@@ -5,0 +5,0 @@ "main": "lib/strategy.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc