Skip to content

Commit

Permalink
Merge branch 'main' into next
Browse files Browse the repository at this point in the history
* main:
  docs: styling
  docs(feat): add algolia search
  chore: bump deps
  drop: .github/dependabot.yml
  docs: remove junk
  docs: add rfcs and grants to homepage
  docs: fix plausible analytics script
  docs: fix tagline
  docs: improve documentation and homepage
  docs: add robots.txt
  docs: fix code example formatting
  chore: bump deps
  chore: prettier format
  docs(fix): broken links
  docs: improve documentation and homepage
  docs: reorganize sidebar, add readme badges
  feat: refactor docs site to docusaurus
  docs: add jsr to docs
  • Loading branch information
jasonraimondi committed Jul 4, 2024
2 parents 0fd7b7c + 879f438 commit 64337a2
Show file tree
Hide file tree
Showing 87 changed files with 15,189 additions and 3,146 deletions.
18 changes: 0 additions & 18 deletions .github/dependabot.yml

This file was deleted.

1 change: 1 addition & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# TypeScript OAuth2.0 Server

[![JSR](https://jsr.io/badges/@jmondi/oauth2-server)](https://jsr.io/@jmondi/oauth2-server)
[![GitHub package.json version](https://img.shields.io/github/package-json/v/jasonraimondi/ts-oauth2-server?style=flat-square)](https://github.com/jasonraimondi/ts-oauth2-server/releases/latest)
[![GitHub Workflow Status]( https://img.shields.io/github/actions/workflow/status/jasonraimondi/ts-oauth2-server/build-and-test.yml?branch=main&style=flat-square)](https://github.com/jasonraimondi/ts-oauth2-server)
[![Test Coverage](https://img.shields.io/codeclimate/coverage/jasonraimondi/typescript-oauth2-server?style=flat-square)](https://codeclimate.com/github/jasonraimondi/typescript-oauth2-server/test_coverage)
[![GitHub package.json version](https://img.shields.io/github/package-json/v/jasonraimondi/ts-oauth2-server?style=flat-square)](https://github.com/jasonraimondi/ts-oauth2-server/releases/latest)
[![NPM Downloads](https://img.shields.io/npm/dt/@jmondi/oauth2-server?label=npm%20downloads&style=flat-square)](https://www.npmjs.com/package/@jmondi/oauth2-server)

`@jmondi/oauth2-server` is a standards compliant implementation of an OAuth 2.0 authorization server for Node, written in TypeScript.
Expand Down Expand Up @@ -45,6 +46,14 @@ Save some eye strain, **use the [documentation site](https://tsoauth2server.com/
pnpm add @jmondi/oauth2-server
```

We're now on [JSR: The JavaScript Registry](https://jsr.io/@jmondi/oauth2-server)

```bash
npx jsr add @jmondi/oauth2-server
```

### Security

| Version | Latest Version | Security Updates |
|-----------------|----------------|------------------|
| [3.x][version3] | :tada: | :tada: |
Expand Down
20 changes: 20 additions & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Dependencies
/node_modules

# Production
/build

# Generated files
.docusaurus
.cache-loader

# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
8 changes: 8 additions & 0 deletions docs/.idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

89 changes: 89 additions & 0 deletions docs/.idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions docs/.idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 64337a2

Please sign in to comment.