https://github.com/solun-pm/solun-auth
This is the Solun authentication server, responsible for managing sign-ups and logins.
https://github.com/solun-pm/solun-auth
authentication mongodb nextjs typescript
Last synced: over 1 year ago
JSON representation
This is the Solun authentication server, responsible for managing sign-ups and logins.
- Host: GitHub
- URL: https://github.com/solun-pm/solun-auth
- Owner: solun-pm
- License: other
- Created: 2023-05-11T22:16:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-10T16:58:20.000Z (over 1 year ago)
- Last Synced: 2025-03-10T17:51:10.359Z (over 1 year ago)
- Topics: authentication, mongodb, nextjs, typescript
- Language: TypeScript
- Homepage: https://auth.solun.pm
- Size: 1.44 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README



Solun • Privacy at its highest
Solun is a service that allows you to share files, text and sending emails with end-to-end encryption, without having to worry about your privacy.
## What is the purpose of Solun?
Solun aims to fill the gap in the privacy space and create an independent, open service that allows you to share files, text and send emails with end-to-end encryption - without having to use external services like
Whatsapp, Telegram, Signal and more.
## Developing locally
### Docker
If you want to run Solun via Docker go to packages on the right side of the Github page and follow the instructions.
### NPM
After cloning the repo, run `npm install` in the root of the project to install all necessary dependencies. Then run `npm run build` to build everything. Now you can run `npm run start`.
## Contributing
Read through our [Contribution Guide](./CONTRIBUTING.md) to learn how you can help make Solun better.