积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(53)PHP(53)Falcon(30)CakePHP(8)Laravel(6)

语言

全部英语(49)中文(简体)(4)

格式

全部PDF文档 PDF(30)其他文档 其他(23)
 
本次搜索耗时 0.075 秒,为您找到相关结果约 53 个.
  • 全部
  • 后端开发
  • PHP
  • Falcon
  • CakePHP
  • Laravel
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Laravel 6.0 中文文档

    注册任意应用认证/授权服务 * * @return void */ public function boot() { $this->registerPolicies(); Auth::extend('jwt', function($app, $name, arra y $config) { 本文档由学院君提供 学院君致力于提供优质 Laravel 中文学习资源:https://xueyuanjun guard 驱动之后,就可以在配置文件 auth.php 的 guards 配置中使 用这个新的 guard 驱动: 'guards' => [ 'api' => [ 'driver' => 'jwt', 'provider' => 'users', ], ], 闭包请求 Guard 实现一个自定义的、基于 HTTP 请求的认证系统最简单的方式就是 使用 Auth:viaRequest 内置了 Auth\VerificationController 类来包含发送验 证链接和验证邮箱的必要逻辑,如果要为这个控制器注册相应路由, 可以传递 verify 选项到 Auth::routes 方法: Auth::routes(['verify' => true]); 保护路由 路由中间件可用于限定验证过的用户才能访问给定路由,我们也可以 基于这一原理限制未验证邮箱用户不能登录或者访问给定路由,
    0 码力 | 1442 页 | 14.66 MB | 1 年前
    3
  • pdf文档 Laravel 5.3 中文文档

    })->middleware('scope:check-status'); 最后,Passport 还支持从 JavaScript 应用访问你的 API,而不必担心访问令牌传输,Passport 通 过加密 JWT cookies 和同步 CSRF 令牌来实现这一功能,从而让开发者专注于业务开发。 本文档由 Laravel 学院(LaravelAcademy.org)提供 Laravel 学院致力于提供优质 public function boot() { $this->registerPolicies(); Auth::extend('jwt', function($app, $name, array $config) { // Return an instance of Illuminate\Contracts\Auth\Guard 之后,可以在配置文件 auth.php 的 guards 配置中使用话这个 guard: 'guards' => [ 'api' => [ 'driver' => 'jwt', 'provider' => 'users', ], ], 6、添加自定义用户提供者 如果你没有使用传统的关系型数据库存储用户信息,则需要使用自己的认证用户提供者来扩
    0 码力 | 691 页 | 9.37 MB | 1 年前
    3
  • pdf文档 Laravel 5.6 中文文档

    */ public function boot() { $this->registerPolicies(); Auth::extend('jwt', function($app, $name, array $config) { // 返回一个 Illuminate\Contracts\Auth\Guard 实例. 驱动之后,就可以在配置文件 auth.php 的 guards 配置中使用这个新的 guard 驱动: 'guards' => [ 'api' => [ 'driver' => 'jwt', 'provider' => 'users', ], ], 添加自定义用户提供者 本文档由 Laravel 学院提供 Laravel 学院致力于提供优质 shApiToken::class, ], 这个 Passport 中间件将会附加 laravel_token Cookie 到输出响应,这个 Cookie 包含加密过的 JWT,Passport 将使用这个 JWT 来认证来自 JavaScript 应用的 API 请求,现在,你可以发送请求到应用的 API,而不必显示传递访问令牌: axios.get('/user') .then(response
    0 码力 | 377 页 | 14.56 MB | 1 年前
    3
  • pdf文档 Laravel 5.2 中文文档

    * * @return void */ public function boot() { Auth::extend('jwt', function($app, $name, array $config) { 本文档由 Laravel 学院(LaravelAcademy.org)提供 Laravel 学院致力于提供优质 定义好自己的认证 guard 之后,可以在配置文件的 guards 配置中使用话这个 guard: 'guards' => [ 'api' => [ 'driver' => 'jwt', 'provider' => 'users', ], ], 8、添加自定义用户提供者 如果你没有使用传统的关系型数据库存储用户信息,则需要使用自己的认证用户提供者来
    0 码力 | 377 页 | 4.56 MB | 1 年前
    3
  • pdf文档 Guzzle PHP v5 Documentation

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 1.3.27 verify . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 1 useful for optimizations. Types bool Default none Constant GuzzleHttp\RequestOptions::SYNCHRONOUS verify Summary Describes the SSL certificate verification behavior of a request. • Set to true to enable Default true Constant GuzzleHttp\RequestOptions::VERIFY // Use the system's CA bundle (this is the default setting) $client->request('GET', '/', ['verify' => true]); // Use a custom SSL certificate on
    0 码力 | 49 页 | 231.08 KB | 11 月前
    3
  • epub文档 Guzzle PHP 6.5 Documentation

    multipart on_headers on_stats progress proxy query read_timeout sink ssl_key stream synchronous verify timeout version Guzzle and PSR-7 Headers Accessing Headers Complex Headers Body Requests Request for optimizations. Types bool Default none Constant GuzzleHttp\RequestOptions::SYNCHRONOUS verify Summary Describes the SSL certificate verification behavior of a request. Set to true to enable Default true Constant GuzzleHttp\RequestOptions::VERIFY // Use the system's CA bundle (this is the default setting) $client->request('GET', '/', ['verify' => true]); // Use a custom SSL certificate on
    0 码力 | 65 页 | 311.42 KB | 11 月前
    3
  • epub文档 Guzzle PHP v5 Documentation

    multipart on_headers on_stats progress proxy query read_timeout sink ssl_key stream synchronous verify timeout version Guzzle and PSR-7 Headers Accessing Headers Complex Headers Body Requests Request for optimizations. Types bool Default none Constant GuzzleHttp\RequestOptions::SYNCHRONOUS verify Summary Describes the SSL certificate verification behavior of a request. Set to true to enable Default true Constant GuzzleHttp\RequestOptions::VERIFY // Use the system's CA bundle (this is the default setting) $client->request('GET', '/', ['verify' => true]); // Use a custom SSL certificate on
    0 码力 | 62 页 | 309.78 KB | 11 月前
    3
  • pdf文档 Guzzle PHP 6.5 Documentation

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 1.3.28 verify . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 1 optimizations. Types bool Default none Constant GuzzleHttp\RequestOptions::SYNCHRONOUS 1.3.28 verify Summary Describes the SSL certificate verification behavior of a request. • Set to true to enable Default true Constant GuzzleHttp\RequestOptions::VERIFY // Use the system's CA bundle (this is the default setting) $client->request('GET', '/', ['verify' => true]); // Use a custom SSL certificate on
    0 码力 | 50 页 | 237.04 KB | 11 月前
    3
  • pdf文档 Guzzle PHP 5.3 Documentation

    used to send a request. connect_timeout is currently only supported by the built-in cURL handler. verify Summary Describes the SSL certificate verification behavior of a request. • Set to true to enable $client->get('/', ['verify' => true]); // Use a custom SSL certificate on disk. $client->get('/', ['verify' => '/path/to/cert.pem']); // Disable validation entirely (don't do this!). $client->get('/', ['verify' => false]); For example, Windows and OS X do not have a single common location for CA bundles. When setting “verify” to true, Guzzle will do its best to find the most appropriate CA bundle on your system. When using
    0 码力 | 63 页 | 275.75 KB | 11 月前
    3
  • epub文档 Guzzle PHP 5.3 Documentation

    integrity of HTTP responses using customizable validators. This plugin can be used, for example, to verify the Content-MD5 headers of responses. Service Description Commands You can use the Guzzle Command used to send a request. connect_timeout is currently only supported by the built-in cURL handler. verify Describes the SSL certificate verification behavior of a request. Set to true to enable SSL certificate bundle (this is the default setting) $client->get('/', ['verify' => true]); // Use a custom SSL certificate on disk. $client->get('/', ['verify' => '/path/to/cert.pem']); Summary: Types: Default: //
    0 码力 | 72 页 | 312.62 KB | 11 月前
    3
共 53 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
前往
页
相关搜索词
Laravel6.0中文文档5.35.65.2GuzzlePHPv5Documentation6.5
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩