1 line
18 KiB
JSON
1 line
18 KiB
JSON
{"nodes": [{"id": "$graphify-root$_internal_webtoken_webtoken_go", "label": "webtoken.go", "file_type": "code", "source_file": "internal/webtoken/webtoken.go", "source_location": "L1"}, {"id": "webtoken_claims", "label": "Claims", "file_type": "code", "source_file": "internal/webtoken/webtoken.go", "source_location": "L21"}, {"id": "$graphify-root$_internal_webtoken_webtoken_issue", "label": "Issue()", "file_type": "code", "source_file": "internal/webtoken/webtoken.go", "source_location": "L34"}, {"id": "duration", "label": "Duration", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/internal/webtoken/webtoken.go"}, {"id": "$graphify-root$_internal_webtoken_webtoken_issuewithpurpose", "label": "IssueWithPurpose()", "file_type": "code", "source_file": "internal/webtoken/webtoken.go", "source_location": "L42"}, {"id": "$graphify-root$_internal_webtoken_webtoken_issueresettoken", "label": "IssueResetToken()", "file_type": "code", "source_file": "internal/webtoken/webtoken.go", "source_location": "L64"}, {"id": "$graphify-root$_internal_webtoken_webtoken_fingerprint", "label": "Fingerprint()", "file_type": "code", "source_file": "internal/webtoken/webtoken.go", "source_location": "L85"}, {"id": "$graphify-root$_internal_webtoken_webtoken_fingerprintmatches", "label": "FingerprintMatches()", "file_type": "code", "source_file": "internal/webtoken/webtoken.go", "source_location": "L92"}, {"id": "$graphify-root$_internal_webtoken_webtoken_verify", "label": "Verify()", "file_type": "code", "source_file": "internal/webtoken/webtoken.go", "source_location": "L97"}, {"id": "$graphify-root$_internal_webtoken_webtoken_sign", "label": "sign()", "file_type": "code", "source_file": "internal/webtoken/webtoken.go", "source_location": "L125"}, {"id": "$graphify-root$_internal_webtoken_webtoken_base64urlencode", "label": "base64URLEncode()", "file_type": "code", "source_file": "internal/webtoken/webtoken.go", "source_location": "L131"}, {"id": "$graphify-root$_internal_webtoken_webtoken_base64urldecode", "label": "base64URLDecode()", "file_type": "code", "source_file": "internal/webtoken/webtoken.go", "source_location": "L135"}], "edges": [{"source": "$graphify-root$_internal_webtoken_webtoken_go", "target": "go_pkg_crypto_hmac", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webtoken/webtoken.go", "source_location": "L11", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webtoken_webtoken_go", "target": "go_pkg_crypto_sha256", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webtoken/webtoken.go", "source_location": "L12", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webtoken_webtoken_go", "target": "go_pkg_crypto_subtle", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webtoken/webtoken.go", "source_location": "L13", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webtoken_webtoken_go", "target": "go_pkg_encoding_base64", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webtoken/webtoken.go", "source_location": "L14", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webtoken_webtoken_go", "target": "go_pkg_encoding_json", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webtoken/webtoken.go", "source_location": "L15", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webtoken_webtoken_go", "target": "go_pkg_fmt", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webtoken/webtoken.go", "source_location": "L16", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webtoken_webtoken_go", "target": "go_pkg_strings", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "internal/webtoken/webtoken.go", "source_location": "L17", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_internal_webtoken_webtoken_go", "target": "go_pkg_time", "r
|