jasper-lyons-rhul
jasper-lyons-rhul
## To re-create: 1. Install `microsoft_graph` gem with `gem install microsoft_graph` 2. create a file with the following code: ```ruby # test.rb MicrosoftGraph.new({ base_url: 'https://graph.microsoft.com/v1.0', cached_metadata_file: File.join(MicrosoftGraph::CACHED_METADATA_DIRECTORY, 'metadata_v1.0.xml'), }, &(->(r)...
Hey! Thanks for your work on a great project. I went looking for docs on how to manage postgresql's peer authentication. It's mentioned in https://github.com/brianc/node-postgres/issues/613 which provides a solution. Unfortunately...