1.1.0 • Published 4 years ago

@rhangai/web-auth v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

@rhangai/web-auth

Authentication for Web Applications

Usage with nuxt

module.exports = {
	// ...

	//
	modules: ["@rhangai/web-auth"],
	auth: {
		config: "~/config/auth.config"
	},
	build: {
		transpile: ["@rhangai/web-auth"]
	}
};

Then create a file config/auth.config.js

export default function(context) {
	return {
		provider: new MyProvider(),
		storage: new MyStorage()
	};
}
1.1.0

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.5

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.4

4 years ago

0.0.1

4 years ago