Skip to content

Sample mono repo app (with multiple components) that demonstrate authentication using Crossid.

License

Notifications You must be signed in to change notification settings

crossid/crossid-monorepo-samples

Repository files navigation

Crossid Monorepo Samples

A monorepo with multiple services (backends) and frontends, demonstrating how to perform authentication and authorization on different languages and frameworks with Crossid.

It let you:

  • Protect APIs with OAuth2 access token, for Golang.
  • Authenticate users and consume the protected APIs, for React and Vue.

Changelog

All notable changes to this repository are documented in CHANGELOG.md.

The format is based on keep a changelog, and this project adheres to semver.

Contributing

The main purpose of this repository is to continue evolving crossid/crossid-monorepo-samples, making it more secure and easier to use. Development of this library happens in the open on GitHub, and we are grateful to the community for contributing bugfixes and improvements. Read below to learn how you can take part in improving crossid/crossid-monorepo-samples.

Bugs and feature requests

Have a bug, feature request or feedback? Please first search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.

Reporting a Vulnerability

The Crossid team takes security issues very seriously. We appreciate your efforts to responsibly disclose your findings, and will make every effort to acknowledge your contributions.

To report a security issue, email [email protected].

We'll endeavor to respond quickly, and will keep you updated throughout the process.

What is Crossid?

Crossid can:

  • Sign users in using various passwordless authentication factors (e.g., otp, fingerprint, etc...)
  • Sign users in via social providers (e,g. Facebook) or enterprise providers (e.g., Azure)
  • Multi factor authentication.
  • Issue signed OAuth2 and Openid-Connect access tokens to protect API calls.
  • Manage user profiles and access.

License & Conduct