# authentication **Repository Path**: JMall-Org/authentication ## Basic Information - **Project Name**: authentication - **Description**: 认证服务 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Authentication ## interfaces ### get token * url `localhost:8889/auth/token` * type `POST` * parameters * Authorization * type `Basic Auth` * Username `jmall` * Password `thisissecret` * Body * grant_type `password` * scope `webclient` * username `cc` * password `cc`