GraysonT
Solid Bootstrap Data Table
Hi Im looking for a custom solid-js data table solution.
To minimize my workload, of course I believe boostrap could be the best way. But at the same time, I also wish to have a customizable solution. So that I can add on the functionalities I want.
May I know is there any one found out a better solution for a data table in solid js?
or do u guys prefer to create the table by ourself? Looking forward ur opinions.
At the same time, I also research that there is one data table example that we could use, which is this one:
https://datatables.net/examples/styling/bootstrap5.html
5 replies
Solid JS + Auth (How to store the credential)
Q1:
What is the most secure and efficient way to store and use credentials in a SolidJS application without using solid-start?
I am considering using
- cookies only
- tokens only
- cookies + tokens
but I am unsure about which storage mechanism and libraries to utilize.
One thing I may want to avoid is to use session or local storage as it's not secure. But I realized that I can't persist the credentials.
May I know what kind of methods u prefer in client side authentication?
Q2:
Additionally, how can I perform Axios requests if I opt to use cookies, given the need for a token?
13 replies