Hexaeight-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.
You can install Hexaeight-Sessions via npm:
npm install hexaeight-sessions
Upon installation, Hexaeight-Sessions provides sample directories for React, Angular, and Quasar (Vue), demonstrating how to integrate the library into your projects seamlessly.
Inside the samples/react
directory, you'll find a sample React application showcasing the integration of Hexaeight-Sessions.
Navigate to the samples/angular
directory to explore a sample Angular application demonstrating the usage of Hexaeight-Sessions.
The samples/quasar
directory contains a Quasar (Vue) application illustrating the integration of Hexaeight-Sessions.
Additionally, 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.
For the library to work seamlessly, make sure all files from the public
folder are accessible in the root directory (/
) of your project.
Hexaeight-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.
To start using Hexaeight-Sessions in your project, import the library and begin managing user sessions and authentication effortlessly.
import React from 'react';
import './App.css';
import HexaEightSessionComponent from './HexaEightSessionComponent';
function App() {
return (
<div className="App">
<HexaEightSessionComponent />
</div>
);
}
export default App;
This 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.)
For detailed documentation and API reference, please visit HexaEight Sessions Documentation.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
For support, bug reports, or feature requests, please open an issue.