Skip to content

Commit

Permalink
feat: jwt progress and pkg updates (#435)
Browse files Browse the repository at this point in the history
Signed-off-by: hxtree <[email protected]>
  • Loading branch information
hxtree authored Oct 4, 2023
1 parent ec72b82 commit 1401b02
Show file tree
Hide file tree
Showing 24 changed files with 226 additions and 227 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,16 @@ mobile RPG that will transport you to a nostalgic world filled with wonder! Join
us on this exciting journey as we continue to develop and bring this game to
life.

This repo houses the newest game code, utilizing an enterprise architecture
monorepo. It includes numerous microservices built on a PaaS with IaC for
streamlined development, testing, and deployment.
This repo houses the game's code. This enterprise architecture monorepo includes
numerous microservices built on a PaaS with IaC for streamlined DevOps CI/CD.

Although each package is maintained primarily for the game, many are
individually published to [NPM](https://www.npmjs.com/search?q=%40cats-cradle)
and available under open-source software (OSS) license.

[![CI](https://github.com/hxtree/cats-cradle/actions/workflows/on-merge.yml/badge.svg)](https://github.com/hxtree/cats-cradle/actions/workflows/on-merge.yml)
[![Code Quality](https://app.codacy.com/project/badge/Grade/8024531285164025aef972fcb059ea74)](https://www.codacy.com/gh/hxtree/cats-cradle/dashboard?utm_source=github.com&utm_medium=referral&utm_content=hxtree/cats-cradle&utm_campaign=Badge_Grade)
[![Codacy Coverage](https://app.codacy.com/project/badge/Coverage/8024531285164025aef972fcb059ea74)](https://www.codacy.com/gh/hxtree/cats-cradle/dashboard?utm_source=github.com&utm_medium=referral&utm_content=hxtree/cats-cradle&utm_campaign=Badge_Coverage)
[![Codacy Coverage](https://app.codacy.com/project/badge/Coverage/8024531285164025aef972fcb059ea74)](https://app.codacy.com/gh/hxtree/cats-cradle)

## Getting Started

Expand Down
4 changes: 4 additions & 0 deletions common/config/rush/browser-approved-packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,10 @@
"name": "passport",
"allowedCategories": [ "apis" ]
},
{
"name": "passport-jwt",
"allowedCategories": [ "apis" ]
},
{
"name": "path",
"allowedCategories": [ "apis", "category-ci-cd", "category-platform", "cicd", "platform" ]
Expand Down
Loading

0 comments on commit 1401b02

Please sign in to comment.