mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-23 18:54:03 +08:00
feat: fix issue that introspectionResponse uses Bearer instead of raw tokenType (#3399)
This commit is contained in:
parent
6175fd6764
commit
1d21c3fa90
@ -402,6 +402,7 @@ func (c *ApiController) IntrospectToken() {
|
||||
return
|
||||
}
|
||||
}
|
||||
introspectionResponse.TokenType = token.TokenType
|
||||
|
||||
c.Data["json"] = introspectionResponse
|
||||
c.ServeJSON()
|
||||
|
Loading…
x
Reference in New Issue
Block a user