{"id":31853700,"url":"https://github.com/hexaeightteam/hexaeight-sessions","last_synced_at":"2026-05-06T03:34:26.614Z","repository":{"id":224285777,"uuid":"762908821","full_name":"HexaEightTeam/hexaeight-sessions","owner":"HexaEightTeam","description":"Authentication AI Assistant/Agent For Your FrontEnd Apps","archived":false,"fork":false,"pushed_at":"2024-04-20T15:59:14.000Z","size":9870,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-12T13:58:53.749Z","etag":null,"topics":["ai-assitant","angular","authentication","co-pilot","quasar","reactjs","vue"],"latest_commit_sha":null,"homepage":"https://www.hexaeight.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HexaEightTeam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-02-25T02:56:48.000Z","updated_at":"2024-04-20T15:59:17.000Z","dependencies_parsed_at":"2024-03-22T09:31:25.450Z","dependency_job_id":null,"html_url":"https://github.com/HexaEightTeam/hexaeight-sessions","commit_stats":null,"previous_names":["hexaeightteam/hexaeight-sessions"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HexaEightTeam/hexaeight-sessions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HexaEightTeam%2Fhexaeight-sessions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HexaEightTeam%2Fhexaeight-sessions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HexaEightTeam%2Fhexaeight-sessions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HexaEightTeam%2Fhexaeight-sessions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HexaEightTeam","download_url":"https://codeload.github.com/HexaEightTeam/hexaeight-sessions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HexaEightTeam%2Fhexaeight-sessions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32677930,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-assitant","angular","authentication","co-pilot","quasar","reactjs","vue"],"created_at":"2025-10-12T13:58:52.192Z","updated_at":"2026-05-06T03:34:26.589Z","avatar_url":"https://github.com/HexaEightTeam.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hexaeight-Sessions\r\n\r\nHexaeight-Sessions is a powerful npm library designed to simplify session management and authentication in web applications. Whether you're working with React, Angular, or Quasar (Vue), Hexaeight-Sessions provides an intuitive interface for managing user sessions efficiently.\r\n\r\n## Installation\r\n\r\nYou can install Hexaeight-Sessions via npm:\r\n\r\n```bash\r\nnpm install hexaeight-sessions\r\n```\r\n\r\n## Samples\r\n\r\nUpon installation, Hexaeight-Sessions provides sample directories for React, Angular, and Quasar (Vue), demonstrating how to integrate the library into your projects seamlessly.\r\n\r\n### React\r\n\r\nInside the `samples/react` directory, you'll find a sample React application showcasing the integration of Hexaeight-Sessions.\r\n\r\n### Angular\r\n\r\nNavigate to the `samples/angular` directory to explore a sample Angular application demonstrating the usage of Hexaeight-Sessions.\r\n\r\n### Quasar (Vue)\r\n\r\nThe `samples/quasar` directory contains a Quasar (Vue) application illustrating the integration of Hexaeight-Sessions.\r\n\r\n## Public Folder\r\n\r\nAdditionally, upon installation, Hexaeight-Sessions creates a `public` folder with essential files required for proper functioning. It's crucial to ensure that all files within the `public` folder are available in the root directory (`/`) of your application.\r\n\r\n### Note\r\n\r\nFor the library to work seamlessly, make sure all files from the `public` folder are accessible in the root directory (`/`) of your project.\r\n\r\n## Authentication\r\n\r\nHexaeight-Sessions allows users to implement authentication using any email address without redirecting to other sites or social logins. This authentication library integrates an Authentication Co-pilot in any language of your choice based on the browser support. This feature assists users in logging into the application seamlessly.\r\n\r\n## Usage\r\n\r\nTo start using Hexaeight-Sessions in your project, import the library and begin managing user sessions and authentication effortlessly.\r\n\r\n```javascript\r\nimport React from 'react';\r\nimport './App.css';\r\nimport HexaEightSessionComponent from './HexaEightSessionComponent'; \r\n\r\nfunction App() {\r\n  return (\r\n    \u003cdiv className=\"App\"\u003e\r\n      \u003cHexaEightSessionComponent /\u003e\r\n    \u003c/div\u003e\r\n  );\r\n}\r\n\r\nexport default App;\r\n```\r\n\r\nThis library is currently live at https://im.anyemail.chat/#/  (Click on the left pane and Choose Hexa8GPT AI Assistant and ask it any question related to HexaEight Platform.)\r\n\r\n\r\n## Documentation\r\n\r\nFor detailed documentation and API reference, please visit [HexaEight Sessions Documentation](https://docs.hexaeight.com).\r\n\r\n## License\r\n\r\nThis project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.\r\n\r\n## Support\r\n\r\nFor support, bug reports, or feature requests, please [open an issue](https://github.com/HexaEightTeam/hexaeight-sessions/issues).\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhexaeightteam%2Fhexaeight-sessions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhexaeightteam%2Fhexaeight-sessions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhexaeightteam%2Fhexaeight-sessions/lists"}