René's URL Explorer Experiment


Title: Generate JWK by mbilski · Pull Request #84 · SecureAuthCorp/oauth2c · GitHub

Open Graph Title: Generate JWK by mbilski · Pull Request #84 · SecureAuthCorp/oauth2c

X Title: Generate JWK by mbilski · Pull Request #84 · SecureAuthCorp/oauth2c

Description: #82 ❯ go run . jwks generate -h Generate JWK Usage: oauth2c jwks generate [flags] Flags: --curve int curve (ec) (default 256) -h, --help help for generate --size int key size (rsa) (default 2048) --type string key type (rsa, ps, ec) (default "rsa") --use string key use (sig, enc) (default "sig") ❯ go run . jwks generate Generate JWK # Private JWK { "use": "sig", "kty": "RSA", "kid": "2ac21f8e-81a7-43e8-b2ac-e031be0c15d8", "alg": "RS256", "n": "yIaAAtYgo1HH2wtk60QkQxuMgpX2LHB313lrJ0LQ47jbBcIAeZJLPhSRtdi2lXyCCwqSljP0556mx3bkGndd9OMl2jkGRkQUbN2zDxGEpSnSmqi_ZWvjXtdGV7kWjXwNs6clfYQW57xPRDH3P7vLXrDbGMWMDJDivvvNCiMEy170ihsC7y-WXljfJOPKz5aBoW2SSNz-ZAi4wCZ_qFfKxfTe_kuncnghIRl8j-TZnQHa6Kh7rFnjiOLxmaiHjMrF94R5BjsTjNJF70Q4sfwXuDjzniEWcJxjw9FdSXhNmZFpH4wiptJXDZvfjV8AkgeQRSBUzFuXYLUm9jRffhieVw", "e": "AQAB", "d": "U0q65XK3_966WxvygV6-iTlqNdvAc1kMDm6auaYhSlXAdDXPKLBBnLnChHxN6u3avmdX2BggxAy8TeHugafPWSb41BoXpxwkN8wm0j1-kXQ7zI4HYkNcIErfJxT0bzR2JIdrJSW2te8cJcFzZ__DS8O-Xh3APH_6D0ZcNrexCB_eUVqnXAegKdQOBs6_UOGyRZhy1Ncs3jLUiFYeE-E-NBAD5sTiJ-06D_fXJJ3aBqj9tN-ZQ3WlyhD44N0NKdMAHeutr0IJh0SJERlJl2-m0WCUfjNbN77tz5jLfFEKTaaYzRZrYBtT1pX3cl4pvMSDA-9qQDeRxn7nM8XT4ZIscQ", "p": "0tdK1JQ8JfJBNtHZecgdhdnDsD4QhLkVZs9-laVlxWF0j9pwoiCCYN1SzXsdEdUao-oLK8ACVKa9suH61ZjE1QMjpCbl-xcv5tP40_VrBYGao3proXe3A_-sUv2NpJxRWJA53MrWnUmCtwwNjR_SxKBlo1Wmt1GnDz3_bSgEFAU", "q": "83mW0-sgUGDEi4B-IxCt3JVmqHUyg1wlfmknmZGAAReN6GujtzOb8QEyEaa5PEsoKA_jFvsBAmNQWEK_cy5_KVCA2NUHLyFME2gV5WqRzWJQ18JIfKxdEwrIdJwI_fpAUuGFY7jS7lE4CopUvc4yA45v901sidwUAFWfbHutc6s", "dp": "eIHZIVuAbWfjYkPa-0InraNjt84hftqSouqhvUKFwqULDFWb3u6Z1mdptkxRtymISnuw2tap_lw3PJDw3zir99wNePtKo5MDK_mn1O4Gt2T2T83eyrE0B7MQeXa2iIlX7Tix-cJtnASyE5FuBWVVAFF1BkAkQ88Fny6eWXNvsUk", "dq": "xa_HwzF5_0lSzGH8CMSWJjA4NjdSWE4NM2J2AL6ezEQvuLMNLsb8quZpnONeK5JqfHzJyfLrkuDIb6FiiUcLgKQYufXd62qBtpAglzG8SKK3OThKWtAokjmDIQtAUddLOwBZqep7eX0An65JuAMfoLuaNZXrttO2eb8Lvq183Bk", "qi": "wrwjJgmjZG31SisnAc1aciHEc0gCAc6MzRCqv86K78Z6YOXz0JVZp5ahOqwtIh5GS5qTefWYk9x7-_5tmZut8_7rF0H1bOp4O1OtCX6lN5oTN8PdnQ0BmwzBcZN-tw9fEwhvhez0YBSuLeL4tc50BhoyovuUQq-QgHnpnowlzUs" } # Public JWK { "use": "sig", "kty": "RSA", "kid": "2ac21f8e-81a7-43e8-b2ac-e031be0c15d8", "alg": "RS256", "n": "yIaAAtYgo1HH2wtk60QkQxuMgpX2LHB313lrJ0LQ47jbBcIAeZJLPhSRtdi2lXyCCwqSljP0556mx3bkGndd9OMl2jkGRkQUbN2zDxGEpSnSmqi_ZWvjXtdGV7kWjXwNs6clfYQW57xPRDH3P7vLXrDbGMWMDJDivvvNCiMEy170ihsC7y-WXljfJOPKz5aBoW2SSNz-ZAi4wCZ_qFfKxfTe_kuncnghIRl8j-TZnQHa6Kh7rFnjiOLxmaiHjMrF94R5BjsTjNJF70Q4sfwXuDjzniEWcJxjw9FdSXhNmZFpH4wiptJXDZvfjV8AkgeQRSBUzFuXYLUm9jRffhieVw", "e": "AQAB" } # Private Key -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAyIaAAtYgo1HH2wtk60QkQxuMgpX2LHB313lrJ0LQ47jbBcIA eZJLPhSRtdi2lXyCCwqSljP0556mx3bkGndd9OMl2jkGRkQUbN2zDxGEpSnSmqi/ ZWvjXtdGV7kWjXwNs6clfYQW57xPRDH3P7vLXrDbGMWMDJDivvvNCiMEy170ihsC 7y+WXljfJOPKz5aBoW2SSNz+ZAi4wCZ/qFfKxfTe/kuncnghIRl8j+TZnQHa6Kh7 rFnjiOLxmaiHjMrF94R5BjsTjNJF70Q4sfwXuDjzniEWcJxjw9FdSXhNmZFpH4wi ptJXDZvfjV8AkgeQRSBUzFuXYLUm9jRffhieVwIDAQABAoIBAFNKuuVyt//eulsb 8oFevok5ajXbwHNZDA5umrmmIUpVwHQ1zyiwQZy5woR8Tert2r5nV9gYIMQMvE3h 7oGnz1km+NQaF6ccJDfMJtI9fpF0O8yOB2JDXCBK3ycU9G80diSHayUltrXvHCXB c2f/w0vDvl4dwDx/+g9GXDa3sQgf3lFap1wHoCnUDgbOv1DhskWYctTXLN4y1IhW HhPhPjQQA+bE4iftOg/31ySd2gao/bTfmUN1pcoQ+ODdDSnTAB3rra9CCYdEiREZ SZdvptFglH4zWze+7c+Yy3xRCk2mmM0Wa2AbU9aV93JeKbzEgwPvakA3kcZ+5zPF 0+GSLHECgYEA0tdK1JQ8JfJBNtHZecgdhdnDsD4QhLkVZs9+laVlxWF0j9pwoiCC YN1SzXsdEdUao+oLK8ACVKa9suH61ZjE1QMjpCbl+xcv5tP40/VrBYGao3proXe3 A/+sUv2NpJxRWJA53MrWnUmCtwwNjR/SxKBlo1Wmt1GnDz3/bSgEFAUCgYEA83mW 0+sgUGDEi4B+IxCt3JVmqHUyg1wlfmknmZGAAReN6GujtzOb8QEyEaa5PEsoKA/j FvsBAmNQWEK/cy5/KVCA2NUHLyFME2gV5WqRzWJQ18JIfKxdEwrIdJwI/fpAUuGF Y7jS7lE4CopUvc4yA45v901sidwUAFWfbHutc6sCgYB4gdkhW4BtZ+NiQ9r7Qiet o2O3ziF+2pKi6qG9QoXCpQsMVZve7pnWZ2m2TFG3KYhKe7Da1qn+XDc8kPDfOKv3 3A14+0qjkwMr+afU7ga3ZPZPzd7KsTQHsxB5draIiVftOLH5wm2cBLITkW4FZVUA UXUGQCRDzwWfLp5Zc2+xSQKBgQDFr8fDMXn/SVLMYfwIxJYmMDg2N1JYTg0zYnYA vp7MRC+4sw0uxvyq5mmc414rkmp8fMnJ8uuS4MhvoWKJRwuApBi59d3raoG2kCCX MbxIorc5OEpa0CiSOYMhC0BR10s7AFmp6nt5fQCfrkm4Ax+gu5o1leu207Z5vwu+ rXzcGQKBgQDCvCMmCaNkbfVKKycBzVpyIcRzSAIBzozNEKq/zorvxnpg5fPQlVmn lqE6rC0iHkZLmpN59ZiT3Hv7/m2Zm63z/usXQfVs6ng7U60JfqU3mhM3w92dDQGb DMFxk363D18TCG+F7PRgFK4t4vi1znQGGjKi+5RCr5CAeemejCXNSw== -----END RSA PRIVATE KEY----- # Public Key -----BEGIN RSA PUBLIC KEY----- MIIBCgKCAQEAyIaAAtYgo1HH2wtk60QkQxuMgpX2LHB313lrJ0LQ47jbBcIAeZJL PhSRtdi2lXyCCwqSljP0556mx3bkGndd9OMl2jkGRkQUbN2zDxGEpSnSmqi/ZWvj XtdGV7kWjXwNs6clfYQW57xPRDH3P7vLXrDbGMWMDJDivvvNCiMEy170ihsC7y+W XljfJOPKz5aBoW2SSNz+ZAi4wCZ/qFfKxfTe/kuncnghIRl8j+TZnQHa6Kh7rFnj iOLxmaiHjMrF94R5BjsTjNJF70Q4sfwXuDjzniEWcJxjw9FdSXhNmZFpH4wiptJX DZvfjV8AkgeQRSBUzFuXYLUm9jRffhieVwIDAQAB -----END RSA PUBLIC KEY----- TODO alg docs save to file --private-jwk-output private.json --public-jwk-output public.json. --private-key-output private.pem --public-key-output public.pem --cert-output cert.pem

Open Graph Description: #82 ❯ go run . jwks generate -h Generate JWK Usage: oauth2c jwks generate [flags] Flags: --curve int curve (ec) (default 256) -h, --help help for generate --size int ...

X Description: #82 ❯ go run . jwks generate -h Generate JWK Usage: oauth2c jwks generate [flags] Flags: --curve int curve (ec) (default 256) -h, --help help for generate --size int ...

Opengraph URL: https://github.com/SecureAuthCorp/oauth2c/pull/84

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:db418ebe-6fc1-02ff-b431-1baef7afe596
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idCEDA:29FDF4:16F2F6:2146AF:6A4BBF80
html-safe-nonce668078b8b3164362a50d9ce954d753a9f7bb038c20c6e58554e7fd1f1b014845
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDRURBOjI5RkRGNDoxNkYyRjY6MjE0NkFGOjZBNEJCRjgwIiwidmlzaXRvcl9pZCI6IjUwNzY5NDA0MzEzMTQxMDgyODgiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac3895bb9a345813f5573e4447a7bf1eb0e421b5a0a096b1b1d7ea77f8aadd81ce
hovercard-subject-tagpull_request:1550565538
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/SecureAuthCorp/oauth2c/pull/84/files
twitter:imagehttps://avatars.githubusercontent.com/u/909896?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/909896?s=400&v=4
og:image:alt#82 ❯ go run . jwks generate -h Generate JWK Usage: oauth2c jwks generate [flags] Flags: --curve int curve (ec) (default 256) -h, --help help for generate --size int ...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneae1c14875555a1dd92bdef45baa6dd9aa796df891e4e471989f7117fe3139fc1
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/SecureAuthCorp/oauth2c git https://github.com/SecureAuthCorp/oauth2c.git
octolytics-dimension-user_id9470173
octolytics-dimension-user_loginSecureAuthCorp
octolytics-dimension-repository_id507841912
octolytics-dimension-repository_nwoSecureAuthCorp/oauth2c
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id507841912
octolytics-dimension-repository_network_root_nwoSecureAuthCorp/oauth2c
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releaseb15c57117aeff522995a9578e1185f6c45d6c562
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/SecureAuthCorp/oauth2c/pull/84/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FSecureAuthCorp%2Foauth2c%2Fpull%2F84%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FSecureAuthCorp%2Foauth2c%2Fpull%2F84%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=SecureAuthCorp%2Foauth2c
Reloadhttps://github.com/SecureAuthCorp/oauth2c/pull/84/files
Reloadhttps://github.com/SecureAuthCorp/oauth2c/pull/84/files
Reloadhttps://github.com/SecureAuthCorp/oauth2c/pull/84/files
Please reload this pagehttps://github.com/SecureAuthCorp/oauth2c/pull/84/files
SecureAuthCorp https://github.com/SecureAuthCorp
oauth2chttps://github.com/SecureAuthCorp/oauth2c
Notifications https://github.com/login?return_to=%2FSecureAuthCorp%2Foauth2c
Fork 50 https://github.com/login?return_to=%2FSecureAuthCorp%2Foauth2c
Star 927 https://github.com/login?return_to=%2FSecureAuthCorp%2Foauth2c
Code https://github.com/SecureAuthCorp/oauth2c
Issues 2 https://github.com/SecureAuthCorp/oauth2c/issues
Pull requests 1 https://github.com/SecureAuthCorp/oauth2c/pulls
Actions https://github.com/SecureAuthCorp/oauth2c/actions
Security and quality 0 https://github.com/SecureAuthCorp/oauth2c/security
Insights https://github.com/SecureAuthCorp/oauth2c/pulse
Code https://github.com/SecureAuthCorp/oauth2c
Issues https://github.com/SecureAuthCorp/oauth2c/issues
Pull requests https://github.com/SecureAuthCorp/oauth2c/pulls
Actions https://github.com/SecureAuthCorp/oauth2c/actions
Security and quality https://github.com/SecureAuthCorp/oauth2c/security
Insights https://github.com/SecureAuthCorp/oauth2c/pulse
Sign up for GitHub https://github.com/signup?return_to=%2FSecureAuthCorp%2Foauth2c%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2FSecureAuthCorp%2Foauth2c%2Fissues%2Fnew%2Fchoose
mbilskihttps://github.com/mbilski
masterhttps://github.com/SecureAuthCorp/oauth2c/tree/master
feature/jwkshttps://github.com/SecureAuthCorp/oauth2c/tree/feature/jwks
Conversation 0 https://github.com/SecureAuthCorp/oauth2c/pull/84
Commits 4 https://github.com/SecureAuthCorp/oauth2c/pull/84/commits
Checks 0 https://github.com/SecureAuthCorp/oauth2c/pull/84/checks
Files changed https://github.com/SecureAuthCorp/oauth2c/pull/84/files
Please reload this pagehttps://github.com/SecureAuthCorp/oauth2c/pull/84/files
Generate JWK https://github.com/SecureAuthCorp/oauth2c/pull/84/files#top
Show all changes 4 commits https://github.com/SecureAuthCorp/oauth2c/pull/84/files
8d73b0d Add cmd to generate jwk mbilski Oct 10, 2023 https://github.com/SecureAuthCorp/oauth2c/pull/84/commits/8d73b0d4ce8c23bab64d4694f4af2e15d3f4d7da
b5ff8f8 Alg mbilski Nov 2, 2023 https://github.com/SecureAuthCorp/oauth2c/pull/84/commits/b5ff8f8f78a807fd03394a5e984b7a9715d8bcab
1be7284 Merge branch 'master' into feature/jwks mbilski Jan 16, 2024 https://github.com/SecureAuthCorp/oauth2c/pull/84/commits/1be72843da628fd992125a591ea3a25f0d5c7227
18725ab Algs mbilski Jan 16, 2024 https://github.com/SecureAuthCorp/oauth2c/pull/84/commits/18725abdb75c370280a8a48cf90cfe37a28acf78
Clear filters https://github.com/SecureAuthCorp/oauth2c/pull/84/files
Please reload this pagehttps://github.com/SecureAuthCorp/oauth2c/pull/84/files
Please reload this pagehttps://github.com/SecureAuthCorp/oauth2c/pull/84/files
jwks.go https://github.com/SecureAuthCorp/oauth2c/pull/84/files#diff-7028327a82dce926cb26abb3f266f7fcdef2f39366f692c6f1ed873bc81918a7
log.go https://github.com/SecureAuthCorp/oauth2c/pull/84/files#diff-77ed5d8117875fd18c0629048790fcd2b38a9e308f18c217344dbe165f8dad06
oauth2.go https://github.com/SecureAuthCorp/oauth2c/pull/84/files#diff-fc3b1788e67ab8c0f8f1b4af56d725ce282b0bbf9d120adde8442abf32f001ce
jwks.go https://github.com/SecureAuthCorp/oauth2c/pull/84/files#diff-41e5be52d6de0232cc27ebf9e062708b802bfef2e14241700a13c57c35fa82d8
https://github.com/SecureAuthCorp/oauth2c/blob/master/CODEOWNERS#L1
cmd/jwks.gohttps://github.com/SecureAuthCorp/oauth2c/pull/84/files#diff-7028327a82dce926cb26abb3f266f7fcdef2f39366f692c6f1ed873bc81918a7
View file https://github.com/SecureAuthCorp/oauth2c/blob/18725abdb75c370280a8a48cf90cfe37a28acf78/cmd/jwks.go
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/SecureAuthCorp/oauth2c/pull/84/{{ revealButtonHref }}
https://github.com/SecureAuthCorp/oauth2c/blob/master/CODEOWNERS#L1
cmd/log.gohttps://github.com/SecureAuthCorp/oauth2c/pull/84/files#diff-77ed5d8117875fd18c0629048790fcd2b38a9e308f18c217344dbe165f8dad06
View file https://github.com/SecureAuthCorp/oauth2c/blob/18725abdb75c370280a8a48cf90cfe37a28acf78/cmd/log.go
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/SecureAuthCorp/oauth2c/pull/84/{{ revealButtonHref }}
https://github.com/SecureAuthCorp/oauth2c/pull/84/files#diff-77ed5d8117875fd18c0629048790fcd2b38a9e308f18c217344dbe165f8dad06
https://github.com/SecureAuthCorp/oauth2c/pull/84/files#diff-77ed5d8117875fd18c0629048790fcd2b38a9e308f18c217344dbe165f8dad06
https://github.com/SecureAuthCorp/oauth2c/pull/84/files#diff-77ed5d8117875fd18c0629048790fcd2b38a9e308f18c217344dbe165f8dad06
https://github.com/SecureAuthCorp/oauth2c/pull/84/files#diff-77ed5d8117875fd18c0629048790fcd2b38a9e308f18c217344dbe165f8dad06
https://github.com/SecureAuthCorp/oauth2c/blob/master/CODEOWNERS#L1
cmd/oauth2.gohttps://github.com/SecureAuthCorp/oauth2c/pull/84/files#diff-fc3b1788e67ab8c0f8f1b4af56d725ce282b0bbf9d120adde8442abf32f001ce
View file https://github.com/SecureAuthCorp/oauth2c/blob/18725abdb75c370280a8a48cf90cfe37a28acf78/cmd/oauth2.go
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/SecureAuthCorp/oauth2c/pull/84/{{ revealButtonHref }}
https://github.com/SecureAuthCorp/oauth2c/pull/84/files#diff-fc3b1788e67ab8c0f8f1b4af56d725ce282b0bbf9d120adde8442abf32f001ce
https://github.com/SecureAuthCorp/oauth2c/pull/84/files#diff-fc3b1788e67ab8c0f8f1b4af56d725ce282b0bbf9d120adde8442abf32f001ce
https://github.com/SecureAuthCorp/oauth2c/pull/84/files#diff-fc3b1788e67ab8c0f8f1b4af56d725ce282b0bbf9d120adde8442abf32f001ce
https://github.com/SecureAuthCorp/oauth2c/blob/master/CODEOWNERS#L1
internal/jwks/jwks.gohttps://github.com/SecureAuthCorp/oauth2c/pull/84/files#diff-41e5be52d6de0232cc27ebf9e062708b802bfef2e14241700a13c57c35fa82d8
View file https://github.com/SecureAuthCorp/oauth2c/blob/18725abdb75c370280a8a48cf90cfe37a28acf78/internal/jwks/jwks.go
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/SecureAuthCorp/oauth2c/pull/84/{{ revealButtonHref }}
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.