Add Documentation

This commit is contained in:
2021-02-08 20:03:38 -05:00
parent 5072c9764f
commit a2d0432147
96 changed files with 23585 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ func getContextIDs(ctx context.Context) (string, string, error) {
return "", "", errors.New("Context Error")
}
did, ok := accessToken.Get("sub")
did, ok := accessToken.Get("did")
if !ok {
return "", "", errors.New("Context Error")
}