Skip to content

Commit

Permalink
Added Microsoft Authentication to GraphQL (#1629)
Browse files Browse the repository at this point in the history
* squashed all my commits for adding authentication to graphql

* add readme, remove printlns, fix pointer

* fmt

* Update readme.md

* fix issues with tests

* fix cargo files after bad merge
  • Loading branch information
Haaroon authored Jun 4, 2024
1 parent 332f23d commit 70a1ab3
Show file tree
Hide file tree
Showing 13 changed files with 1,131 additions and 128 deletions.
4 changes: 4 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
CLIENT_ID=
CLIENT_SECRET=
TENANT_ID=
AUTHORITY=https://login.microsoftonline.com/TENANT_ID
Loading

0 comments on commit 70a1ab3

Please sign in to comment.