https://github.com/gridaco/policies
grida's policies as code
https://github.com/gridaco/policies
Last synced: 12 days ago
JSON representation
grida's policies as code
- Host: GitHub
- URL: https://github.com/gridaco/policies
- Owner: gridaco
- License: apache-2.0
- Created: 2021-05-26T18:31:30.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-09-29T04:42:33.000Z (over 3 years ago)
- Last Synced: 2025-10-08T13:29:13.417Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 212 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# policies
List of bridged policies as code
## Not all policy related codes are included.
Only publically available policies as code are listed here.
We use the exact same package on our production, keeping things clean and clear.
Although, security related policies are kepted private, accessible to only few people.
## Usage
```
yarn add @policies/
```
## Policies
**General**
- [valid-username](./valid-username) - a logic used to validate username on sigup
**Bridged Specific**
- [@policies/grida-valid-username](https://www.npmjs.com/package/@policies/grida-valid-username) - a logic used to validate username on sigup with bridged specific reserved keywords.