Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

English | 中文文档

Sa-Token-Go Documentation Center

📚 Documentation Navigation

🚀 Quick Start

📖 User Guides

🔒 Security Features

🔧 API Documentation

Engineering

🏗️ Design Documentation

📖 Example Projects

🔄 Integration Upgrade Notes

  • All integration plugins now support TokenInterceptor():
    • Unified token extraction order: Header -> Cookie -> Query(apikey).
    • Respects TokenPrefix via CutTokenPrefix.
    • Falls back to Authorization header when TokenName is blank.
  • All integration plugins provide GetTokenFromCtx(...):
    • Read the parsed token from framework context instead of manually parsing headers in handlers.

🔗 External Resources


Sa-Token-Go v0.2.2