- OAuth 2.0 Cookbook
- Adolfo Eloy Nascimento
- 56字
- 2021-07-08 09:35:07
There's more...
This recipe was written to be as straightforward as possible, but when configuring an OAuth 2.0 Provider, consider using a database instead of declaring all the client details using an in-memory database as we did.
We are also supposed to use TLS/SSL to protect any interaction between the client and OAuth 2.0 Provider components.
推薦閱讀
- Python程序設(shè)計(jì)教程(第2版)
- Rust編程:入門、實(shí)戰(zhàn)與進(jìn)階
- Xcode 7 Essentials(Second Edition)
- 碼上行動(dòng):零基礎(chǔ)學(xué)會(huì)Python編程(ChatGPT版)
- Architecting the Industrial Internet
- RTC程序設(shè)計(jì):實(shí)時(shí)音視頻權(quán)威指南
- 從0到1:HTML+CSS快速上手
- Windows Presentation Foundation Development Cookbook
- 零基礎(chǔ)學(xué)Python網(wǎng)絡(luò)爬蟲案例實(shí)戰(zhàn)全流程詳解(高級(jí)進(jìn)階篇)
- Building RESTful Python Web Services
- 軟件測(cè)試實(shí)用教程
- 微服務(wù)架構(gòu)深度解析:原理、實(shí)踐與進(jìn)階
- OpenCV 4計(jì)算機(jī)視覺項(xiàng)目實(shí)戰(zhàn)(原書第2版)
- Fast Data Processing with Spark(Second Edition)
- 細(xì)說Python編程:從入門到科學(xué)計(jì)算