Packages
steam_openid
0.1.0
Functions for implementing OpenID 2.0 authentication with Steam as the provider.
Current section
Files
Jump to
Current section
Files
steam_openid
README.md
README.md
# Steam OpenID
This library provides helpers for implementing OpenID 2.0 authentication using
Steam as the provider.
## License
This project is released under the [GNU General Public License 2.0][license].
> SPDX-License-Identifier: GPL-2.0-or-later
>
> This is free software: you can redistribute it and/or modify it under the
> terms of the GNU Affero General Public License as published by the FSF.
>
> This is distributed in the hope that it will be useful, but WITHOUT ANY
> WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
> A PARTICULAR PURPOSE.
> See the GNU Affero General Public License for more details.
>
> You can find a copy of the GNU Affero General Public License in the
> `LICENSE.txt` file at the root of the repository.
> It is also available online at <https://www.gnu.org/licenses/gpl-2.0.txt>.
### Contributions
Unless you explicitly state otherwise, any contribution(s) intentionally
submitted for inclusion in this repository by you shall be licensed as
`GPL-2.0-or-later`, without any additional terms or conditions.
[license]: ./LICENSE.txt