<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="ChangeListManager">
    <list default="true" id="cdb7e803-475e-46ac-ba6b-0389a5c83a6f" name="Default Changelist" comment="">
      <change afterPath="$PROJECT_DIR$/src/decorators/authority.decorator.ts" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/src/decorators/public-path.decorator.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/decorators/has-token.decorator.ts" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/src/decorators/roles.decorator.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/decorators/roles.decorator.ts" afterDir="false" />
      <change beforePath="$PROJECT_DIR$/src/guards/auth.guard.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/guards/auth.guard.ts" afterDir="false" />
    </list>
    <option name="SHOW_DIALOG" value="false" />
    <option name="HIGHLIGHT_CONFLICTS" value="true" />
    <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
    <option name="LAST_RESOLUTION" value="IGNORE" />
  </component>
  <component name="ComposerSettings">
    <execution>
      <executable />
    </execution>
  </component>
  <component name="Git.Settings">
    <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  </component>
  <component name="GithubPullRequestsUISettings">
    <option name="hiddenUrls">
      <set>
        <option value="https://github.com/raha1923/nest-keycloak-connect.git" />
      </set>
    </option>
  </component>
  <component name="ProjectId" id="1cPOTwIewaEd0VCrxWVoh6xVOSQ" />
  <component name="ProjectViewState">
    <option name="hideEmptyMiddlePackages" value="true" />
    <option name="showExcludedFiles" value="true" />
    <option name="showLibraryContents" value="true" />
  </component>
  <component name="PropertiesComponent">
    <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
    <property name="WebServerToolWindowFactoryState" value="false" />
    <property name="aspect.path.notification.shown" value="true" />
    <property name="last_opened_file_path" value="$PROJECT_DIR$/src/decorators" />
    <property name="nodejs_package_manager_path" value="yarn" />
    <property name="ts.external.directory.path" value="$PROJECT_DIR$/node_modules/typescript/lib" />
  </component>
  <component name="RecentsManager">
    <key name="CopyFile.RECENT_KEYS">
      <recent name="$PROJECT_DIR$/src/decorators" />
    </key>
  </component>
  <component name="ServiceViewManager">
    <option name="viewStates">
      <list>
        <serviceView>
          <treeState>
            <expand />
            <select />
          </treeState>
        </serviceView>
      </list>
    </option>
  </component>
  <component name="SvnConfiguration">
    <configuration />
  </component>
  <component name="TaskManager">
    <task active="true" id="Default" summary="Default task">
      <changelist id="cdb7e803-475e-46ac-ba6b-0389a5c83a6f" name="Default Changelist" comment="" />
      <created>1590426772893</created>
      <option name="number" value="Default" />
      <option name="presentableId" value="Default" />
      <updated>1590426772893</updated>
      <workItem from="1590426774320" duration="6230000" />
      <workItem from="1590512790469" duration="5053000" />
      <workItem from="1590708414177" duration="2487000" />
      <workItem from="1591200391369" duration="3895000" />
      <workItem from="1591819169630" duration="307000" />
      <workItem from="1591819712043" duration="1756000" />
      <workItem from="1594488691402" duration="3960000" />
      <workItem from="1594534054920" duration="18000" />
      <workItem from="1594577475517" duration="1545000" />
      <workItem from="1597750728840" duration="362000" />
      <workItem from="1617527673536" duration="1335000" />
      <workItem from="1617529777462" duration="1548000" />
      <workItem from="1620562952015" duration="3296000" />
      <workItem from="1621066376010" duration="2851000" />
    </task>
    <task id="LOCAL-00001" summary="Fix issues about using sessions in guards and services&#10;&#10;sessions removed because it's on developers decision whether to use session or not">
      <created>1591208020749</created>
      <option name="number" value="00001" />
      <option name="presentableId" value="LOCAL-00001" />
      <option name="project" value="LOCAL" />
      <updated>1591208020749</updated>
    </task>
    <task id="LOCAL-00002" summary="Fix issues in installing package in prod env">
      <created>1591820203921</created>
      <option name="number" value="00002" />
      <option name="presentableId" value="LOCAL-00002" />
      <option name="project" value="LOCAL" />
      <updated>1591820203921</updated>
    </task>
    <task id="LOCAL-00003" summary="fix set StrictSSL false to prevent reject self signed certificates">
      <created>1594490538901</created>
      <option name="number" value="00003" />
      <option name="presentableId" value="LOCAL-00003" />
      <option name="project" value="LOCAL" />
      <updated>1594490538901</updated>
    </task>
    <task id="LOCAL-00004" summary="remove the agent to make http requests able to send">
      <created>1594491593499</created>
      <option name="number" value="00004" />
      <option name="presentableId" value="LOCAL-00004" />
      <option name="project" value="LOCAL" />
      <updated>1594491593499</updated>
    </task>
    <option name="localTasksCounter" value="5" />
    <servers />
  </component>
  <component name="TypeScriptGeneratedFilesManager">
    <option name="version" value="1" />
  </component>
  <component name="Vcs.Log.Tabs.Properties">
    <option name="TAB_STATES">
      <map>
        <entry key="MAIN">
          <value>
            <State>
              <option name="COLUMN_ORDER" />
            </State>
          </value>
        </entry>
      </map>
    </option>
  </component>
  <component name="VcsManagerConfiguration">
    <MESSAGE value="Fix issues about using sessions in guards and services&#10;&#10;sessions removed because it's on developers decision whether to use session or not" />
    <MESSAGE value="Fix issues in installing package in prod env" />
    <MESSAGE value="fix set StrictSSL false to prevent reject self signed certificates" />
    <MESSAGE value="remove the agent to make http requests able to send" />
    <option name="LAST_COMMIT_MESSAGE" value="remove the agent to make http requests able to send" />
  </component>
  <component name="WindowStateProjectService">
    <state x="571" y="344" width="767" height="390" key="#com.intellij.fileTypes.FileTypeChooser" timestamp="1621073915796">
      <screen x="0" y="27" width="1920" height="1053" />
    </state>
    <state x="571" y="344" width="767" height="390" key="#com.intellij.fileTypes.FileTypeChooser/1920.0.1920.1080/3840.0.1920.1080/0.27.1920.1053@0.27.1920.1053" timestamp="1621073915796" />
    <state x="2663" y="310" width="424" height="484" key="FileChooserDialogImpl" timestamp="1620565899644">
      <screen x="1920" y="0" width="1920" height="1080" />
    </state>
    <state x="2663" y="310" width="424" height="484" key="FileChooserDialogImpl/1920.0.1920.1080/3840.0.1920.1080/0.27.1920.1053@1920.0.1920.1080" timestamp="1620565899644" />
    <state x="613" y="157" width="683" height="764" key="com.intellij.openapi.editor.actions.MultiplePasteAction$ClipboardContentChooser" timestamp="1621072023395">
      <screen x="0" y="27" width="1920" height="1053" />
    </state>
    <state x="613" y="157" width="683" height="764" key="com.intellij.openapi.editor.actions.MultiplePasteAction$ClipboardContentChooser/1920.0.1920.1080/3840.0.1920.1080/0.27.1920.1053@0.27.1920.1053" timestamp="1621072023395" />
    <state x="605" y="308" width="710" height="528" key="find.popup" timestamp="1621071416598">
      <screen x="0" y="27" width="1920" height="1053" />
    </state>
    <state x="605" y="308" width="710" height="528" key="find.popup/1920.0.1920.1080/3840.0.1920.1080/0.27.1920.1053@0.27.1920.1053" timestamp="1621071416598" />
    <state x="2525" y="288" width="710" height="528" key="find.popup/1920.0.1920.1080/3840.0.1920.1080/0.27.1920.1053@1920.0.1920.1080" timestamp="1620565907786" />
  </component>
</project>