积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(11)Go(11)

语言

全部英语(6)中文(简体)(5)

格式

全部PDF文档 PDF(11)
 
本次搜索耗时 0.174 秒,为您找到相关结果约 11 个.
  • 全部
  • 后端开发
  • Go
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 An Open Source UI-first Identity Access Management (IAM) / Single-Sign-On (SSO) platform supporting OAuth

    Casdoor is a UI-first Identity Access Management (IAM) / Single-Sign-On (SSO) platform based on OAuth 2.0, OIDC, SAML, and CAS. Casdoor serves both the web UI and the login requests from application authorization process built upon the OAuth 2.0 protocol. It is highly recommended to have a brief understanding of how OAuth 2.0 works. You can refer to this introduction to OAuth 2.0. St Step 1 (Aut ep 1 (Authorization a website or any other application) should compose a URL in the following format: endpoint/login/oauth/ authorize?client_id=xxx&response_type=code&redirect_uri=xxx&scope=read&state=xxx . Replace endpoint
    0 码力 | 825 页 | 58.31 MB | 1 年前
    3
  • pdf文档 Writing Web Apps in Go

    HTTP, – work with the file system, – decode, manipulate, and encode images, and – interact with OAuth-authenticated RESTful APIs. 15 Hello, web 16 The http package provides the basics for serving with Google’s servers using the OAuth2 protocol. We will use another external library, goauth2, also available via goinstall: goinstall goauth2.googlecode.com/hg/oauth Again, we import the package googlecode.com/hg/oauth" Sharing the image: authenticating 40 The OAuth client needs some configuration: var config = &oauth.Config{ ClientId: OAUTH_CLIENT_ID, ClientSecret: OAUTH_CLIENT_SECRET
    0 码力 | 66 页 | 712.40 KB | 1 年前
    3
  • pdf文档 Go Web编程

    auth,digest的认证也是同样的原理。 oauth和oauth2的认证 oauth和oauth2的认证 oauth和oauth2是目前比较流行的两种认证方式,还好第三方有一个库实现了这个认证,但是是国外实现的,并没有 QQ、微博之类的国内应用认证集成: github.com/bradrydzewski/go.auth 下面代码演示了如何把该库引入beego中从而实现oauth的认证,这里以github为例演示:
    0 码力 | 295 页 | 5.91 MB | 1 年前
    3
  • pdf文档 Build web application with Golang

    authentication can be implemented in much the same way. User validation 314 OAuth and OAuth 2 authentication OAuth and OAuth 2 are currently two of the most popular authentication methods. Fortunately github.com/bradrydzewski/go.auth The code below demonstrates how to use this library to implement OAuth authentication in Beego using our Github credentials: 1. Let's add some routes beego.Register
    0 码力 | 327 页 | 1.63 MB | 1 年前
    3
  • pdf文档 6.从 0 到 1 搭建十亿级包裹 API Versioning

    Request - Response - Query - … 全球化 - 多时区 - 多语言 - 多国家/地区 - 多币种 - … 安全性 - AES - RSA - OAuth2.0 - … 1.2.2 AfterShip API 的演进路线 业务量从十万级到十亿级,从没有 API 到高标准的 API。不是因为 API 做好了所以业务增长了,而是良 好的 API
    0 码力 | 28 页 | 2.26 MB | 1 年前
    3
  • pdf文档 Go语言基础 Golang Fundaments

    com/ardanlabs/gotraining/blob/master/topics/courses/go/REA DME.md 代码的组织-工作空间 • 可执行程序 – streak – todo • 程序包 – oauth.a – task.a • 源代码(项目) – goauth2 – streak – todo 如何使用Go编程,https://go-zh.org/doc/code.html 编程的环境
    0 码力 | 21 页 | 851.30 KB | 1 年前
    3
  • pdf文档 Real World Go

    >200 packages • MySQL, MongoDB, and SQLite3 database drivers, • SDL bindings, • Protocol Buffers, • OAuth libraries, • and much more. 3 Google Confidential Go: What is it good for? • Initially called it
    0 码力 | 49 页 | 595.19 KB | 1 年前
    3
  • pdf文档 Golang Manual By AstaXie-20120522

    the package import path: code.google.com/p/google-api-go-client/books/v1 code.google.com/p/goauth2/oauth code.google.com/p/sqlite The -f flag specifies an alternate format for the list, using the syntax system protocol lib go9p - 9p protocol implementation in Go lib goauth - A library for header-based OAuth over HTTP or HTTPS. lib gobeanstalk - Go Beanstalkd client library lib gobir - Extensible IRC bot HTML5 tag app Web Libraries Cascadia - CSS selector library lib GOAuth - OAuth Consumer lib Go-OAuth - OAuth 1.0 client lib GoRest - An extensive configuration(tags) based RESTful style web- services
    0 码力 | 6205 页 | 12.83 MB | 1 年前
    3
  • pdf文档 Go 入门指南(The way to Go)

    SDL bindings Google's Protocal Buffers(goprotobuf) XML-RPC(go-xmlrpc) Twitter(twitterstream) OAuth libraries(GoAuth) 9.11 在 Go 程序中使用外部库 (本节我们将创建一个 Web 应用和它的 Google App Engine 版本,在第 19 和 21 章分别说明,当你阅读
    0 码力 | 380 页 | 2.97 MB | 1 年前
    3
  • pdf文档 The Way To Go - 2012

    Google’s Protocol Buffers (goprotobuf), • XML-RPC (go-xmlrpc), • Twitter (twitterstream), • OAuth libraries, (GOAuth) and much more. 9.11 Using an external library in a Go program. (This § builds
    0 码力 | 629 页 | 4.85 MB | 1 年前
    3
共 11 条
  • 1
  • 2
前往
页
相关搜索词
CasdoorAnOpenSourceUIfirstIdentityAccessManagementIAMSingleSignOnSSOplatformsupportingOAuth2.0OIDCSAMLandCASWritingWebAppsinGo编程BuildwebapplicationwithGolang搭建十亿包裹APIVersioning语言基础FundamentsRealWorldManualByAstaXie20120522入门指南ThewaytoWayTo2012
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩