KO
|
EN
gitlite — search
Search
#python
#javascript
#android
#java
#typescript
#react
#machine-learning
#tensorflow
#deep-learning
#csharp
#aci
#azure
SpringSecurityOAuth2
★ 37
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
kubetop
:
Kubernetes nodes, pods, services, and deployments in a glance
Scrubber
:
🎚Swift playground for building animations with UIViewPropertyAnimator
real-estate-scraper
:
Web scraper that makes it easier to find real estate in Slovenia.
itchat-examples
:
Wechat personal helper examples collection.
indigo
:
Indigo: SNV and InDel Discovery in Chromatogram traces obtained from Sanger sequencing of PCR products
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
SpringSecurityOAuth2
?
Download (.md)
# SpringSecurityOAuth2 ### Spring集成Spring Security、OAuth2实现资源访问授权认证。 ### 后端主要做的是认证服务器和资源服务。 ### 客户端主要是用前端的js请求。 ### 因为只是要做一个demo,所以这里的用户信息和授权token都是保存在内存中,后面会根据项目需要将用户信息保存到数据库,授权信息保存到redis。