Skip to content

A set of classes for making authentication with Methuselah

Notifications You must be signed in to change notification settings

InkyQuill/AuthLib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AuthLib

A set of classes for making authentication with methuselah.ru / ely.by / custom urls.

Include this into your pom.xml to add it as a dependency:

	<repositories>
		<repository>
			<id>methuselah-repo</id>
			<url>http://maven.methuselah.ru/</url>
		</repository>
		...
	</repositories>
	...
	<dependencies>
		<dependency>
			<groupId>ru.methuselah</groupId>
			<artifactId>authlib</artifactId>
			<version>0.14a</version>
		</dependency>
		...
	</dependencies>

About

A set of classes for making authentication with Methuselah

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%