Skip to content

TarasKo444/pastebin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

$${\color{red}Work \space In \space Progress}$$

My copy of popular Pastebin (https://pastebin.com/)

How to run

Set google api propertis in appsettings.json

"GoogleOAuthOptions": {
    "ClientId": "*",
    "ClientSecret": "*"
  },

Using docker-compose run the app in Docker

$ docker-compose up

You can optionally specify JWT properties

"JwtSettings": {
    "Key": "*",
    "HashKey": "*",
    "LifetimeInMinutes": 5,
    "RefreshTokenExpiryTimeInDays" :  7,
    "ValidAudiences": [],
    "ValidIssuers": [],
    "ValidateLifetime": true,
    "ValidateAudience": false,
    "ValidateIssuer": false
  },

Screenshots

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published