Skip to content

Latest commit

 

History

History
76 lines (54 loc) · 3.23 KB

File metadata and controls

76 lines (54 loc) · 3.23 KB

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