An open API service indexing awesome lists of open source software.

https://github.com/zastinian/astro-login

A website with a simple design, with an example of how to make a login website with Astro.
https://github.com/zastinian/astro-login

astro astro-api astro-login astrojs company css dark dark-theme express form hedystia login login-page login-system nodejs style

Last synced: 10 months ago
JSON representation

A website with a simple design, with an example of how to make a login website with Astro.

Awesome Lists containing this project

README

          

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]



Logo

A login for the Astro framework



An easy to edit login to guide you in your next Astro project.




Explore »




Demo Website
.
Report Bug
·
Contributing

## Links

> - [Website](https://hedystia.com/) (Discord Bot) - Use Astro
> - [Demo Website](https://astro-login.hedystia.com)
> - [Discord](https://hedystia.com/support) (Discord Support)
> - [Portfolio](https://zastinian.com/)

## How to edit

| Name | File |
| -------------------------------------- | ----------------------------------- |
| `Change dbLogin like database or user` | [routes.ts](/src/utils/routes.ts) |
| `Change profile data` | [profile.ts](/src/utils/profile.ts) |
| `Example of Environment Variables` | [.env.example](/.env.example) |

## Environment Variables

| Variable | Default Value |
| --------------- | ------------------ |
| `MAX_AGE` | 604800 (7 days) |
| `COOKIE_NAME` | `_Security_Login_` |
| `COOKIE_SECRET` | secret |
| `COOKIE_SECURE` | false |
| `PORT` | 4321 |
| `HOST` | localhost |

## Preview

Hedystia


Hedystia


Hedystia

## Contributors

Zastinian

## Issues

See the [open issues](https://github.com/Zastinian/Astro-Login/issues) for a full list of proposed features (and known issues).

(back to top)

[contributors-shield]: https://img.shields.io/github/contributors/Zastinian/Astro-Login.svg?style=for-the-badge
[contributors-url]: https://github.com/Zastinian/Astro-Login/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/Zastinian/Astro-Login.svg?style=for-the-badge
[forks-url]: https://github.com/Zastinian/Astro-Login/network/members
[stars-shield]: https://img.shields.io/github/stars/Zastinian/Astro-Login.svg?style=for-the-badge
[stars-url]: https://github.com/Zastinian/Astro-Login/stargazers
[issues-shield]: https://img.shields.io/github/issues/Zastinian/Astro-Login.svg?style=for-the-badge
[issues-url]: https://github.com/Zastinian/Astro-Login/issues