Skip to content

Commit

Permalink
Remove API Token method for Security
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraser Greenroyd committed Jun 21, 2023
1 parent 60830d6 commit d1bef9e
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 87 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Compute\APIToken.cs" />
<Compile Include="Create\GetRequest.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Folder Include="Compute\" />
<Folder Include="Modify\" />
<Folder Include="Query\" />
</ItemGroup>
Expand Down
86 changes: 0 additions & 86 deletions CarbonQueryDatabase_Engine/Compute/APIToken.cs

This file was deleted.

36 changes: 36 additions & 0 deletions CarbonQueryDatabase_Engine/Versioning_62.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"Namespace": {
"ToNew": {
},
"ToOld": {
}
},
"Type": {
"ToNew": {

},
"ToOld": {

}
},
"Method": {
"ToNew": {

},
"ToOld": {
}
},
"Property": {
"ToNew": {

},
"ToOld": {

}
},
"MessageForDeleted": {
"BH.Engine.Adapters.CarbonQueryDatabase.Compute.CQDBearerToken(System.String, System.String)" : "This method has been removed following a refactor to utilise API keys rather than usernames and passwords for security purposes. Please obtain an API key from the provider and plug that into the Adapter to use this toolkit.",},
"MessageForNoUpgrade": {

}
}

0 comments on commit d1bef9e

Please sign in to comment.