Skip to content

Commit

Permalink
Merge pull request #10 from asgardeo/changeset-release/main
Browse files Browse the repository at this point in the history
[Release] [GitHub Action] Update package versions
  • Loading branch information
brionmario authored Jan 2, 2025
2 parents e29a9b4 + 36e4305 commit e529d05
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .changeset/three-pets-drum.md

This file was deleted.

10 changes: 10 additions & 0 deletions lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @asgardeo/passport-asgardeo

## 0.0.2

### Patch Changes

- [#9](https://github.com/asgardeo/passport-asgardeo/pull/9)
[`ee37e3b`](https://github.com/asgardeo/passport-asgardeo/commit/ee37e3b7a2071d5c194f2aef4807e29c2f6eeb73) Thanks
[@brionmario](https://github.com/brionmario)! - ### v0.0.2 🎉

- Add README to the released artifact.

## 0.0.1

### Patch Changes
Expand Down
41 changes: 41 additions & 0 deletions lib/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<h1 align="center" style="color: #343a40;margin: 20px 0;">
<p align="center">Passport Asgardeo</p>
</h1>

<div align="center">
<a href="https://github.com/asgardeo/passport-asgardeo/actions/workflows/release.yml"><img src="https://github.com/asgardeo/passport-asgardeo/actions/workflows/release.yml/badge.svg" alt="🚀 Release"></a>
<a href="https://github.com/asgardeo/passport-asgardeo/actions/workflows/builder.yml"><img src="https://github.com/asgardeo/passport-asgardeo/actions/workflows/builder.yml/badge.svg" alt="🧱 Builder"></a>

<a href="https://stackoverflow.com/questions/tagged/wso2is"><img src="https://img.shields.io/badge/Ask%20for%20help%20on-Stackoverflow-orange" alt="Stackoverflow"></a>
<a href="https://discord.gg/wso2"><img src="https://img.shields.io/badge/Join%20us%20on-Discord-%23e01563.svg" alt="Discord"></a>
<a href="https://github.com/asgardeo/passport-asgardeo/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" alt="License"></a>
<a href="https://twitter.com/intent/follow?screen_name=wso2"><img src="https://img.shields.io/twitter/follow/wso2.svg?style=social&label=Follow" alt="Twitter"></a>
</div>

<br>

[Passport](https://www.passportjs.org/) strategy for authenticating with [Asgardeo](https://wso2.com/asgardeo)
using [OAuth 2.0](https://www.passportjs.org/features/oauth2/).

This module lets you authenticate using Asgardeo in your Node.js applications.
By plugging into Passport, Asgardeo Login can be easily and unobtrusively
integrated into any application or framework that supports
[Connect](https://github.com/senchalabs/connect#readme)-style middleware,
including [Express](https://expressjs.com/).

## Install

```sh
$ npm install @asgardeo/passport-asgardeo
```

## Contribute
Please read [Contributing Guide](CONTRIBUTING.md) for details on how to contribute to Passport Asgardeo. Refer to [General Contribution Guidelines](http://wso2.github.io/) for details on our code of conduct, and the process for submitting pull requests to us.

### Reporting issues
We encourage you to report issues, improvements, and feature requests creating [Github Issues](https://github.com/asgardeo/passport-asgardeo/issues).

**Important**: Please be advised that security issues MUST be reported to <a href="mailto:[email protected]">security@wso2com</a>, not as GitHub issues, in order to reach the proper audience. We strongly advise following the WSO2 Security Vulnerability Reporting Guidelines when reporting the security issues.

## License
This project is licensed under the Apache License 2.0. See the [LICENSE](LICENSE) file for details.
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asgardeo/passport-asgardeo",
"version": "0.0.1",
"version": "0.0.2",
"description": "Asgardeo Strategy for Passport.js",
"author": "WSO2",
"license": "Apache-2.0",
Expand Down

0 comments on commit e529d05

Please sign in to comment.